Ticket #1060: man-symlink.diff

File man-symlink.diff, 3.8 KB (added by fkr@…, 21 years ago)

diff to symlink ${prefix}/man -> ${prefix}/share/man

  • doc/Makefile

    ? Makefile
    ? config.log
    ? config.status
    ? Mk/dports.autoconf.mk
    ? doc/ports.conf
    ? doc/prefix.mtree
    ? src/config.h
    ? src/darwinports1.0/.darwinports.tcl.swp
    ? src/darwinports1.0/Darwinports.dylib
    ? src/darwinports1.0/darwinports_autoconf.tcl
    ? src/pextlib1.0/Pextlib.dylib
    ? src/port/port
    ? src/port/portall
    ? src/port/portindex
    ? src/programs/Makefile
    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/doc/Makefile,v
    retrieving revision 1.36
    diff -u -r1.36 Makefile
     
    1515        $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR}
    1616        $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${DESTDIR}${portconfigdir}
    1717
    18         cat prefix.mtree | $(MTREE) -U -d -e -p ${INSTALLDIR} > /dev/null
     18        cat prefix.mtree | $(MTREE) -U -e -p ${INSTALLDIR} > /dev/null
    1919        $(SILENT)if test ! -e ${DESTDIR}/${portconfigdir}/ports.conf ; then \
    2020                set -x; \
    2121                $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 ports.conf ${DESTDIR}${portconfigdir}; \
     
    2929        $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR}/share/darwinports/resources/port1.0/install
    3030        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 prefix.mtree ${INSTALLDIR}/share/darwinports/resources/port1.0/install/
    3131        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 644 macosx.mtree ${INSTALLDIR}/share/darwinports/resources/port1.0/install/
    32         $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR}/man/man7
    33         $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 portfile.7 ${INSTALLDIR}/man/man7
    34         $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 portstyle.7 ${INSTALLDIR}/man/man7
    35         $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 porthier.7 ${INSTALLDIR}/man/man7
     32        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 portfile.7 ${INSTALLDIR}/share/man/man7
     33        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 portstyle.7 ${INSTALLDIR}/share/man/man7
     34        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 porthier.7 ${INSTALLDIR}/share/man/man7
  • doc/prefix.mtree.in

    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/doc/prefix.mtree.in,v
    retrieving revision 1.3
    diff -u -r1.3 prefix.mtree.in
     
    1919    ..
    2020    libexec
    2121    ..
    22     man
    23         cat1
    24         ..
    25         cat2
    26         ..
    27         cat3
    28         ..
    29         cat4
    30         ..
    31         cat5
    32         ..
    33         cat6
    34         ..
    35         cat7
    36         ..
    37         cat8
    38         ..
    39         cat9
    40         ..
    41         catl
    42         ..
    43         catn
    44         ..
    45         man1
    46         ..
    47         man2
    48         ..
    49         man3
    50         ..
    51         man4
    52         ..
    53         man5
    54         ..
    55         man6
    56         ..
    57         man7
    58         ..
    59         man8
    60         ..
    61         man9
    62         ..
    63         manl
    64         ..
    65         mann
    66         ..
     22    man type=link link=share/man
    6723    ..
    6824    sbin
    6925    ..
  • src/port/Makefile

    RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/Makefile,v
    retrieving revision 1.26
    diff -u -r1.26 Makefile
     
    2828distclean: clean
    2929
    3030install: mkdirs
    31         $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR}/man/man1
    32         $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 port.1 ${INSTALLDIR}/man/man1
     31        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 444 port.1 ${INSTALLDIR}/share/man/man1
    3332        $(INSTALL) -d -o ${DSTUSR} -g ${DSTGRP} -m 775 ${INSTALLDIR}/bin
    3433        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 555 port ${INSTALLDIR}/bin/port
    3534        $(INSTALL) -o ${DSTUSR} -g ${DSTGRP} -m 555 portall ${INSTALLDIR}/bin/portall