diff options
95 files changed, 179 insertions, 179 deletions
diff --git a/archivers/bzip/Makefile b/archivers/bzip/Makefile index 5d9092c4aa3c..536736e84c76 100644 --- a/archivers/bzip/Makefile +++ b/archivers/bzip/Makefile @@ -21,7 +21,7 @@ pre-install: do-install: ${RM} -f ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip ${INSTALL_PROGRAM} ${WRKSRC}/bzip ${PREFIX}/bin/bzip - ln -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip + ${LN} -fs ${PREFIX}/bin/bzip ${PREFIX}/bin/bunzip ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bzip.1 ${INSTALL_MAN} ${WRKSRC}/bzip.1 ${PREFIX}/man/man1/bunzip.1 diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index f03c11a8a1f8..985e05680676 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -23,7 +23,7 @@ MAN1= funzip.1 unzip.1 unzipsfx.1 zipgrep.1 zipinfo.1 do-install: cd ${WRKSRC} && \ ${INSTALL_PROGRAM} unzip funzip unzipsfx ${PREFIX}/bin - ln -sf unzip ${PREFIX}/bin/zipinfo + ${LN} -sf unzip ${PREFIX}/bin/zipinfo cd ${WRKSRC}/unix && \ ${INSTALL_SCRIPT} zipgrep ${PREFIX}/bin cd ${WRKSRC}/unix && \ diff --git a/biology/platon/Makefile b/biology/platon/Makefile index d567559bbe26..40d2a1e3348f 100644 --- a/biology/platon/Makefile +++ b/biology/platon/Makefile @@ -49,7 +49,7 @@ pre-install: do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/platon ${PREFIX}/bin - ln -s ${PREFIX}/bin/platon ${PREFIX}/bin/pluton + ${LN} -s ${PREFIX}/bin/platon ${PREFIX}/bin/pluton ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README* \ ${PREFIX}/share/doc/platon ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/VALIDATION.DOC \ diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index e6acbe5b3c18..4451c4e10dc9 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -21,7 +21,7 @@ pre-build: ${CP} ${FILESDIR}/Makefile.top ${WRKSRC}/Makefile post-install: - ln -s ${PREFIX}/bin/PSI2PS ${PREFIX}/bin/PSI2 + ${LN} -s ${PREFIX}/bin/PSI2PS ${PREFIX}/bin/PSI2 ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/preplot ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/rpsi1 ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/unix/rpsi2 ${PREFIX}/bin/ diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 8faba7885af9..c8cb58fccf67 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -23,12 +23,12 @@ MAN1= celvis.1 do-install: @# install target in celvis Makefile is not too good -- this is easier ${INSTALL_PROGRAM} ${WRKSRC}/celvis ${WRKSRC}/virec ${PREFIX}/bin - ln -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi + ${LN} -sf ${PREFIX}/bin/celvis ${PREFIX}/bin/cvi ${INSTALL_MAN} ${FILESDIR}/celvis.1 ${PREFIX}/man/man1/celvis.1 .if !defined{NOMANCOMPRESS} - ln -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz + ${LN} -sf ${PREFIX}/man/man1/celvis.1.gz ${PREFIX}/man/man1/cvi.1.gz .else - ln -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 + ${LN} -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 .endif .include <bsd.port.mk> diff --git a/comms/bpl+/Makefile b/comms/bpl+/Makefile index e7ffb1d79a75..f5e3246e42de 100644 --- a/comms/bpl+/Makefile +++ b/comms/bpl+/Makefile @@ -15,6 +15,6 @@ MAINTAINER= max@FreeBSD.ORG do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bpl ${PREFIX}/bin - @ln -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp + @${LN} -fs ${PREFIX}/bin/bpl ${PREFIX}/bin/bp .include <bsd.port.mk> diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index fb85078bf638..1f2e71ee54a5 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -19,7 +19,7 @@ MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 do-install: ${INSTALL_DATA} ${WRKSRC}/libutf-8.so.1 ${PREFIX}/lib - ln -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so + ${LN} -fs ${PREFIX}/lib/libutf-8.so.1 ${PREFIX}/lib/libutf-8.so ${INSTALL_DATA} ${WRKSRC}/utf-8.h ${PREFIX}/include $(INSTALL_MAN) ${WRKSRC}/libutf-8.3 ${PREFIX}/man/man3 $(INSTALL_MAN) ${WRKSRC}/fgetu8.3 ${PREFIX}/man/man3 diff --git a/databases/interbase4/Makefile b/databases/interbase4/Makefile index 4db576c6486c..4584c0141b64 100644 --- a/databases/interbase4/Makefile +++ b/databases/interbase4/Makefile @@ -37,13 +37,13 @@ do-install: @[ -d ${PREFIX}/lib/aout ] || ${MKDIR} ${PREFIX}/lib/aout @${CHMOD} 777 ${IB_PATH} @(cd ${IB_PATH}; tar xfv ${ARCHIVE}) - @ln -sf ${IB_PATH}/include/gds.h ${PREFIX}/include/gds.h - @ln -sf ${IB_PATH}/include/ibase.h ${PREFIX}/include/ibase.h + @${LN} -sf ${IB_PATH}/include/gds.h ${PREFIX}/include/gds.h + @${LN} -sf ${IB_PATH}/include/ibase.h ${PREFIX}/include/ibase.h .for file in gds.a gds_pyxis.a gdslib.so.0.1 gdslib.so.1.0 gdsflib.so.0.0 - @ln -sf ${IB_PATH}/lib/${file} ${PREFIX}/lib/aout/lib${file} + @${LN} -sf ${IB_PATH}/lib/${file} ${PREFIX}/lib/aout/lib${file} .endfor - @ln -sf ${IB_PATH}/lib/gdsintl ${PREFIX}/lib/aout/libgdsintl.so - @ln -sf libgdslib.so.1.0 ${PREFIX}/lib/aout/libgdslib.so + @${LN} -sf ${IB_PATH}/lib/gdsintl ${PREFIX}/lib/aout/libgdsintl.so + @${LN} -sf libgdslib.so.1.0 ${PREFIX}/lib/aout/libgdslib.so @${TOUCH} ${IB_PATH}/isc_event.gbl.localhost @${CHMOD} 777 ${IB_PATH}/isc_event.gbl.localhost @${ECHO} "Building Interbase sample databases." @@ -51,6 +51,6 @@ do-install: .for file in isc4.gdb help/help.gdb examples/v3/atlas.gdb examples/v3/emp.gdb examples/v4/employee.gdb examples/v4/intlemp.gdb @${CHMOD} uog=rw ${IB_PATH}/${file} .endfor - @ln -sf ${IB_PATH} /usr/interbase + @${LN} -sf ${IB_PATH} /usr/interbase .include <bsd.port.mk> diff --git a/devel/fastcrc/Makefile b/devel/fastcrc/Makefile index 30e5965f2a92..ab7b04dbef27 100644 --- a/devel/fastcrc/Makefile +++ b/devel/fastcrc/Makefile @@ -18,7 +18,7 @@ ONLY_FOR_ARCHS= i386 do-install: ${INSTALL_DATA} ${WRKSRC}/libfcrc.so.1 ${PREFIX}/lib - ln -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so + ${LN} -fs ${PREFIX}/lib/libfcrc.so.1 ${PREFIX}/lib/libfcrc.so ${INSTALL_DATA} ${WRKSRC}/fastcrc.h ${PREFIX}/include ${MKDIR} ${PREFIX}/share/doc/fastcrc ${INSTALL_MAN} ${WRKSRC}/index.html ${PREFIX}/share/doc/fastcrc diff --git a/devel/ilu/Makefile b/devel/ilu/Makefile index fc57d73603a3..4cb4534ff2e9 100644 --- a/devel/ilu/Makefile +++ b/devel/ilu/Makefile @@ -75,11 +75,11 @@ do-install: (cd ${PREFIX} ; find ilu -type d) | ${AWK} '{print "@dirrm " $$1}' \ | tail -r | ${GREP} -v lib/binding >> ${PLIST} (cd ${PREFIX}/ilu/bin ; for file in * ; do \ - ln -fs ${PREFIX}/ilu/bin/$$file ${PREFIX}/bin/. ; \ + ${LN} -fs ${PREFIX}/ilu/bin/$$file ${PREFIX}/bin/. ; \ ${ECHO} bin/$$file ; \ done) >> ${PLIST} (cd ${PREFIX}/ilu/man/man1 ; for file in * ; do \ - ln -fs ${PREFIX}/ilu/man/man1/$$file ${PREFIX}/man/man1/. ; \ + ${LN} -fs ${PREFIX}/ilu/man/man1/$$file ${PREFIX}/man/man1/. ; \ ${ECHO} man/man1/$$file ; \ done) >> ${PLIST} ${ECHO} etc/rc.d/50.ilu.sh >> ${PLIST} diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index daf27fd685ed..c5ec9ea15562 100644 --- a/devel/libmalloc/Makefile +++ b/devel/libmalloc/Makefile @@ -19,7 +19,7 @@ MANUAL_PACKAGE_BUILD= installs malloc.h post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - @(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h) + @(cd ${PREFIX}/include ; ${LN} -sf malloc.h libmalloc.h) .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libmalloc ${INSTALL_DATA} ${WRKSRC}/malloc.doc ${PREFIX}/share/doc/libmalloc diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile index 6ab5297d0c26..08061c256423 100644 --- a/devel/omniORB/Makefile +++ b/devel/omniORB/Makefile @@ -19,7 +19,7 @@ BROKEN_ELF= yes pre-patch: ${TOUCH} ${WRKSRC}/mk/freebsd_3.0.mk - ln -s ${WRKSRC}/mk/freebsd_3.0.mk ${WRKDIR}/${DISTNAME}/mk/config.mk + ${LN} -s ${WRKSRC}/mk/freebsd_3.0.mk ${WRKDIR}/${DISTNAME}/mk/config.mk ${MKDIR} ${WRKSRC}/src/tool/omniidl2/omniidl2 ${TOUCH} ${WRKSRC}/src/tool/omniidl2/omniidl2/Makefile ${TOUCH} ${WRKSRC}/Makefile diff --git a/devel/p5-Curses/Makefile b/devel/p5-Curses/Makefile index be4a4b7b56b5..24ce1fe4b72f 100644 --- a/devel/p5-Curses/Makefile +++ b/devel/p5-Curses/Makefile @@ -20,7 +20,7 @@ MAN3= Curses.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} pre-configure: - @ ln -s ${WRKSRC}/hints/c-freebsd.ncurses.h ${WRKSRC}/c-config.h + @ ${LN} -s ${WRKSRC}/hints/c-freebsd.ncurses.h ${WRKSRC}/c-config.h do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 2acb8299598f..2b32a76680f9 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -30,7 +30,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 0aa3b03bd396..5fca48851fe6 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -24,5 +24,5 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/otcldoc ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libtclcl.a ${PREFIX}/lib - @ln -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a + @${LN} -sf ${PREFIX}/lib/libtclcl.a ${PREFIX}/lib/libTcl.a .include <bsd.port.mk> diff --git a/devel/yacl/Makefile b/devel/yacl/Makefile index a85064a3a83e..d9fb7a544ae8 100644 --- a/devel/yacl/Makefile +++ b/devel/yacl/Makefile @@ -41,8 +41,8 @@ do-install: @${CP} ${WRKSRC}/ui/*.h ${PREFIX}/include/yacl/ui @${CP} ${WRKSRC}/apps/bmpview/bmpview ${WRKSRC}/apps/dlged/dlged \ ${PREFIX}/share/yacl/apps - @( cd ${PREFIX}/share/yacl; ln -s ${PREFIX}/lib/yacl lib; \ - ln -s ${PREFIX}/include/yacl/io; ln -s ${PREFIX}/include/yacl/ui ) + @( cd ${PREFIX}/share/yacl; ${LN} -s ${PREFIX}/lib/yacl lib; \ + ${LN} -s ${PREFIX}/include/yacl/io; ${LN} -s ${PREFIX}/include/yacl/ui ) @${ECHO} "Done. Don't forget to set your YACLPATH environment " @${ECHO} -n "variable to ${PREFIX}/share/yacl!" diff --git a/editors/AbiWord/Makefile b/editors/AbiWord/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/AbiWord/Makefile +++ b/editors/AbiWord/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include <bsd.port.pre.mk> post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include <bsd.port.post.mk> diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include <bsd.port.pre.mk> post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include <bsd.port.post.mk> diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include <bsd.port.pre.mk> post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include <bsd.port.post.mk> diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 4bcd721aaef6..de775905dbec 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -35,7 +35,7 @@ OSDISTDIR= `uname -s`_`uname -r`_`uname -m`_OBJ .include <bsd.port.pre.mk> post-patch: - @ cd ${WRKDIR} && ln -sf abi-0.5.5 abi + @ cd ${WRKDIR} && ${LN} -sf abi-0.5.5 abi .if ${OSVERSION} > 310000 @${CP} ${WRKSRC}/config/platforms/freebsd.mk \ ${WRKSRC}/config/platforms/freebsd.mk.version @@ -55,7 +55,7 @@ do-install: ${WRKDIR}/unixfonts-0.5.4/install.sh.orig > \ ${WRKDIR}/unixfonts-0.5.4/install.sh ( cd ${WRKDIR}/unixfonts-0.5.4 ; yes "" | bash ./install.sh ) - for BIN in ${PREFIX}/AbiSuite/bin/* ; do ln -sf $${BIN} ${PREFIX}/bin ; done + for BIN in ${PREFIX}/AbiSuite/bin/* ; do ${LN} -sf $${BIN} ${PREFIX}/bin ; done @${CAT} ${PKGDIR}/MESSAGE | ${SED} s,/usr/local,${PREFIX}, .include <bsd.port.post.mk> diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 90a1d9b2ff01..b5e44f9321a1 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -34,7 +34,7 @@ WRKSRC= ${WRKDIR}/jed MAN1= jed.1 rgrep.1 pre-install: - ln -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/ + ${LN} -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/ post-install: strip ${PREFIX}/bin/jed diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 27291a0d3f32..43d40ce4a7e2 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -35,8 +35,8 @@ post-patch: post-install: @# mwrite has been removed by author, but we'll keep it just a bit longer - @ln -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite - @ln -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz + @${LN} -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite + @${LN} -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz @${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc @${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine." @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 16640a0ee422..93ae2bf474da 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -31,9 +31,9 @@ pre-install: post-install: [ -e ${PREFIX}/bin/cl-spim ] && \ - /bin/ln -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim + ${LN} -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim [ -e ${PREFIX}/bin/cl-xspim ] && \ - /bin/ln -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim + ${LN} -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim .if !defined(NOPORTDOCS) @${ECHO} "Installing spim/xspim documentation" @${MKDIR} ${PREFIX}/share/doc/spim \ diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile index 8b1e542710d2..f73a24f2f852 100644 --- a/finance/p5-Business-CreditCard/Makefile +++ b/finance/p5-Business-CreditCard/Makefile @@ -22,6 +22,6 @@ do-install: @ ${CP} ${WRKSRC}/CreditCard.pm ${WRKSRC}/CreditCard-0.21.pm @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Business/ @ ${INSTALL_DATA} ${WRKSRC}/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/ - @ ln -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm + @ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm .include <bsd.port.mk> diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile index b8140fdaab6e..6048d0f10707 100644 --- a/ftp/ftpsearch/Makefile +++ b/ftp/ftpsearch/Makefile @@ -42,6 +42,6 @@ pre-install: find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} \{} \; post-install: - ln -sf ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch + ${LN} -sf ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch .include <bsd.port.mk> diff --git a/german/manpages/Makefile b/german/manpages/Makefile index b301e143b1b3..0b61afe5cdfa 100644 --- a/german/manpages/Makefile +++ b/german/manpages/Makefile @@ -22,7 +22,7 @@ mandir= ${PREFIX}/man/${LANG} manpages= manpages-de do-build: - ln -s ${WRKSRC}/${manpages} ${WRKSRC}/de-man + ${LN} -s ${WRKSRC}/${manpages} ${WRKSRC}/de-man makewhatis ${WRKSRC}/de-man .if !defined(NOMANCOMPRESS) ${GZIP_CMD} -r ${WRKSRC}/${manpages}/man* || exit 0 diff --git a/graphics/hdf/Makefile b/graphics/hdf/Makefile index 594775c8ea68..52ca80470cbf 100644 --- a/graphics/hdf/Makefile +++ b/graphics/hdf/Makefile @@ -42,8 +42,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile - -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ - -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib @@ -56,8 +56,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile - -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ - -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done diff --git a/graphics/hdf5/Makefile b/graphics/hdf5/Makefile index 594775c8ea68..52ca80470cbf 100644 --- a/graphics/hdf5/Makefile +++ b/graphics/hdf5/Makefile @@ -42,8 +42,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile - -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ - -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib @@ -56,8 +56,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile - -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ - -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done diff --git a/graphics/tifmerge/Makefile b/graphics/tifmerge/Makefile index 73431c5f7535..427403cd4bcb 100644 --- a/graphics/tifmerge/Makefile +++ b/graphics/tifmerge/Makefile @@ -29,7 +29,7 @@ post-extract: do-install: ${INSTALL_DATA} ${WRKSRC}/libtifmerge.so.1 ${PREFIX}/lib - ln -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so + ${LN} -fs ${PREFIX}/lib/libtifmerge.so.1 ${PREFIX}/lib/libtifmerge.so ${INSTALL_DATA} ${WRKSRC}/libtifmerge.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/tifmerge.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/tifmerge.3 ${PREFIX}/man/man3 diff --git a/japanese/dvi2tty/Makefile b/japanese/dvi2tty/Makefile index 51adf7aaad7a..315d53afe30a 100644 --- a/japanese/dvi2tty/Makefile +++ b/japanese/dvi2tty/Makefile @@ -26,6 +26,6 @@ do-install: (for f in jdvi2tty disdvi ; do \ ${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin ; done) ${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1 - -ln -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty + -${LN} -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty .include <bsd.port.mk> diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index be85ca87573e..7b8506659d6c 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -115,7 +115,7 @@ do-install: ) ; \ done ${RM} -f ${PREFIX}/bin/xjdic - ln -s ${PREFIX}/bin/xjdic_sa ${PREFIX}/bin/xjdic + ${LN} -s ${PREFIX}/bin/xjdic_sa ${PREFIX}/bin/xjdic ${INSTALL_DATA} ${WRKDIR}/radicals.tm ${DATADIR} ; ${INSTALL_DATA} ${WRKDIR}/radkfile ${DATADIR} ; ${INSTALL_DATA} ${WRKDIR}/kanjstroke ${DATADIR} ; diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile index be85ca87573e..7b8506659d6c 100644 --- a/japanese/edict/Makefile +++ b/japanese/edict/Makefile @@ -115,7 +115,7 @@ do-install: ) ; \ done ${RM} -f ${PREFIX}/bin/xjdic - ln -s ${PREFIX}/bin/xjdic_sa ${PREFIX}/bin/xjdic + ${LN} -s ${PREFIX}/bin/xjdic_sa ${PREFIX}/bin/xjdic ${INSTALL_DATA} ${WRKDIR}/radicals.tm ${DATADIR} ; ${INSTALL_DATA} ${WRKDIR}/radkfile ${DATADIR} ; ${INSTALL_DATA} ${WRKDIR}/kanjstroke ${DATADIR} ; diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index baaf0c83d7df..26f182e2fd72 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -58,7 +58,7 @@ post-build: done; \ fi; \ done|sort|uniq >>${PLIST} - @${ECHO} "@exec ln -sf %D/share/man/ja %D/share/man/ja_JP.EUC" >>${PLIST} + @${ECHO} "@exec ${LN} -sf %D/share/man/ja %D/share/man/ja_JP.EUC" >>${PLIST} @${ECHO} "@unexec ${RM} -f %D/share/man/ja_JP.EUC" >>${PLIST} pre-install: diff --git a/japanese/platex209-euc/Makefile b/japanese/platex209-euc/Makefile index 41542179a147..fdd8680e52cb 100644 --- a/japanese/platex209-euc/Makefile +++ b/japanese/platex209-euc/Makefile @@ -37,6 +37,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/*.tex ${TEXMF}/tex/platex209/general @${INSTALL_DATA} ${WRKSRC}/*.sty ${TEXMF}/tex/platex209/sty @${INSTALL_DATA} ${WRKSRC}/plplain.fmt ${TEXMF}/web2c/platex209.fmt - ln -fs ptex ${PREFIX}/bin/platex209 + ${LN} -fs ptex ${PREFIX}/bin/platex209 .include <bsd.port.mk> diff --git a/japanese/platex209-jis/Makefile b/japanese/platex209-jis/Makefile index 255c176b1cd8..3fa55264f106 100644 --- a/japanese/platex209-jis/Makefile +++ b/japanese/platex209-jis/Makefile @@ -32,6 +32,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/*.tex ${TEXMF}/tex/platex209/general @${INSTALL_DATA} ${WRKSRC}/*.sty ${TEXMF}/tex/platex209/sty @${INSTALL_DATA} ${WRKSRC}/plplain.fmt ${TEXMF}/web2c/platex209.fmt - ln -fs ptex ${PREFIX}/bin/platex209 + ${LN} -fs ptex ${PREFIX}/bin/platex209 .include <bsd.port.mk> diff --git a/japanese/platex209-sjis/Makefile b/japanese/platex209-sjis/Makefile index 4996c313b187..fe6d9e5618c8 100644 --- a/japanese/platex209-sjis/Makefile +++ b/japanese/platex209-sjis/Makefile @@ -37,6 +37,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/*.tex ${TEXMF}/tex/platex209/general @${INSTALL_DATA} ${WRKSRC}/*.sty ${TEXMF}/tex/platex209/sty @${INSTALL_DATA} ${WRKSRC}/plplain.fmt ${TEXMF}/web2c/platex209.fmt - ln -fs ptex ${PREFIX}/bin/platex209 + ${LN} -fs ptex ${PREFIX}/bin/platex209 .include <bsd.port.mk> diff --git a/japanese/platex209/Makefile b/japanese/platex209/Makefile index 41542179a147..fdd8680e52cb 100644 --- a/japanese/platex209/Makefile +++ b/japanese/platex209/Makefile @@ -37,6 +37,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/*.tex ${TEXMF}/tex/platex209/general @${INSTALL_DATA} ${WRKSRC}/*.sty ${TEXMF}/tex/platex209/sty @${INSTALL_DATA} ${WRKSRC}/plplain.fmt ${TEXMF}/web2c/platex209.fmt - ln -fs ptex ${PREFIX}/bin/platex209 + ${LN} -fs ptex ${PREFIX}/bin/platex209 .include <bsd.port.mk> diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 7a2a1923b903..678d230bca4b 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -53,6 +53,6 @@ post-install: .for bin in ${BINARIES} @strip ${PREFIX}/bin/${bin} .endfor - @/bin/ln -fs tex ${PREFIX}/bin/ptex-common + @${LN} -fs tex ${PREFIX}/bin/ptex-common .include <bsd.port.mk> diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 7a2a1923b903..678d230bca4b 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -53,6 +53,6 @@ post-install: .for bin in ${BINARIES} @strip ${PREFIX}/bin/${bin} .endfor - @/bin/ln -fs tex ${PREFIX}/bin/ptex-common + @${LN} -fs tex ${PREFIX}/bin/ptex-common .include <bsd.port.mk> diff --git a/japanese/xjman-3/Makefile b/japanese/xjman-3/Makefile index e90096c7b027..7961f6888aa7 100644 --- a/japanese/xjman-3/Makefile +++ b/japanese/xjman-3/Makefile @@ -52,7 +52,7 @@ post-build: done; \ fi; \ done|sort|uniq >>${PLIST} - @${ECHO} "@exec ln -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST} + @${ECHO} "@exec ${LN} -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST} @${ECHO} "@unexec ${RM} -f %D/man/ja_JP.EUC" >>${PLIST} @${ECHO} "share/doc/xjman/COPYRIGHT" >>${PLIST} @${ECHO} "share/doc/xjman/COPYRIGHT.XJDP" >>${PLIST} diff --git a/japanese/xjman/Makefile b/japanese/xjman/Makefile index e90096c7b027..7961f6888aa7 100644 --- a/japanese/xjman/Makefile +++ b/japanese/xjman/Makefile @@ -52,7 +52,7 @@ post-build: done; \ fi; \ done|sort|uniq >>${PLIST} - @${ECHO} "@exec ln -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST} + @${ECHO} "@exec ${LN} -sf %D/man/ja %D/man/ja_JP.EUC" >>${PLIST} @${ECHO} "@unexec ${RM} -f %D/man/ja_JP.EUC" >>${PLIST} @${ECHO} "share/doc/xjman/COPYRIGHT" >>${PLIST} @${ECHO} "share/doc/xjman/COPYRIGHT.XJDP" >>${PLIST} diff --git a/japanese/xnetmaj/Makefile b/japanese/xnetmaj/Makefile index 7c193d46e9ee..262237c3968b 100644 --- a/japanese/xnetmaj/Makefile +++ b/japanese/xnetmaj/Makefile @@ -21,6 +21,6 @@ ALL_TARGET= libs all INSTALL_TARGET= install install-pf post-extract: - ( cd ${WRKDIR}/netmaj; /bin/ln -s ../xui ) + ( cd ${WRKDIR}/netmaj; ${LN} -s ../xui ) .include <bsd.port.mk> diff --git a/korean/bitchx/Makefile b/korean/bitchx/Makefile index 54685bdf9081..c2ea4b8c99ae 100644 --- a/korean/bitchx/Makefile +++ b/korean/bitchx/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Jun 1999 # Whom: hollywar # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/08/25 06:07:42 taoka Exp $ # DISTNAME= bitchx-kr-75p1 @@ -23,7 +23,7 @@ post-patch: do-install: ${MKDIR} ${PREFIX}/lib/bx ${INSTALL_PROGRAM} ${WRKSRC}/source/BitchX ${PREFIX}/bin - @(ln -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx) + @(${LN} -sf ${PREFIX}/bin/BitchX ${PREFIX}/bin/bx) ${INSTALL_PROGRAM} ${WRKSRC}/source/scr-bx ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/source/wserv ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/BitchX.help ${PREFIX}/lib/bx diff --git a/korean/elm/Makefile b/korean/elm/Makefile index 3b441f4ea7e3..6869bf3acbad 100644 --- a/korean/elm/Makefile +++ b/korean/elm/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Apr 1997 # Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.2 1997/09/22 16:21:36 max Exp $ +# $Id: Makefile,v 1.3 1998/03/16 07:32:08 steve Exp $ # DISTNAME= elm2.4h4.1 @@ -23,7 +23,7 @@ CONFIGURE_SCRIPT= elm-config CONFIGURE_ENV+= PREFIX="${PREFIX}" post-install: - ln -fs ${PREFIX}/man/man1/newmail.1.gz ${PREFIX}/man/man1/wnewmail.1.gz - ln -fs ${PREFIX}/man/man1/frm.1.gz ${PREFIX}/man/man1/nfrm.1.gz + ${LN} -fs ${PREFIX}/man/man1/newmail.1.gz ${PREFIX}/man/man1/wnewmail.1.gz + ${LN} -fs ${PREFIX}/man/man1/frm.1.gz ${PREFIX}/man/man1/nfrm.1.gz .include <bsd.port.mk> diff --git a/korean/ftghostscript5/Makefile b/korean/ftghostscript5/Makefile index 8c29f9d4ac4f..13360405ad7a 100644 --- a/korean/ftghostscript5/Makefile +++ b/korean/ftghostscript5/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Mar 27 10:32:46 KST 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # -# $Id: Makefile,v 1.7 1999/04/02 03:48:47 steve Exp $ +# $Id: Makefile,v 1.8 1999/05/02 19:27:22 mharo Exp $ # # based on print/ghostscript5 and japanese/vfghostscript5 # use Adobe's CID-keyed font sameple(korean) because there are no @@ -103,8 +103,8 @@ post-extract: ${TOUCH} ${WRKSRC}/adler32.o ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o - ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6b - ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6b + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng cd ${WRKSRC} && unzip -Loa ${DISTDIR}/${HP850_DRV} cd ${WRKSRC} && tar -xzf ${DISTDIR}/${CID_CMAP_KO} diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index 8c29f9d4ac4f..13360405ad7a 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -3,7 +3,7 @@ # Date created: Fri Mar 27 10:32:46 KST 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # -# $Id: Makefile,v 1.7 1999/04/02 03:48:47 steve Exp $ +# $Id: Makefile,v 1.8 1999/05/02 19:27:22 mharo Exp $ # # based on print/ghostscript5 and japanese/vfghostscript5 # use Adobe's CID-keyed font sameple(korean) because there are no @@ -103,8 +103,8 @@ post-extract: ${TOUCH} ${WRKSRC}/adler32.o ${TOUCH} ${WRKSRC}/deflate.o ${TOUCH} ${WRKSRC}/trees.o - ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6b - ln -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/jpeg/work/jpeg-6* ${WRKSRC}/jpeg-6b + ${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/graphics/png/work/libpng-1.* ${WRKSRC}/libpng cd ${WRKSRC} && unzip -Loa ${DISTDIR}/${HP850_DRV} cd ${WRKSRC} && tar -xzf ${DISTDIR}/${CID_CMAP_KO} diff --git a/lang/gcc28/Makefile b/lang/gcc28/Makefile index 4c5e0e9a798f..97c60d2e59e6 100644 --- a/lang/gcc28/Makefile +++ b/lang/gcc28/Makefile @@ -63,8 +63,8 @@ post-install: ${PREFIX}/lib/gcc-lib/${CONFIGURE_TARGET}/2.8.1/cpp ; \ do strip $$prog ; \ done) - ln -f ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc28 - ln -f ${PREFIX}/bin/g++ ${PREFIX}/bin/g++28 + ${LN} -f ${PREFIX}/bin/gcc ${PREFIX}/bin/gcc28 + ${LN} -f ${PREFIX}/bin/g++ ${PREFIX}/bin/g++28 @${MV} ${PREFIX}/man/man1/cccp.1 ${PREFIX}/man/man1/cccp28.1 @${MV} ${PREFIX}/man/man1/g++.1 ${PREFIX}/man/man1/g++28.1 @${MV} ${PREFIX}/man/man1/gcc.1 ${PREFIX}/man/man1/gcc28.1 diff --git a/lang/intel2gas/Makefile b/lang/intel2gas/Makefile index efc4c056a86f..60e5ee104824 100644 --- a/lang/intel2gas/Makefile +++ b/lang/intel2gas/Makefile @@ -49,7 +49,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/g2i/${f} ${PREFIX}/share/intel2gas/g2i .endfor .for f in ${I2G2I} - ln -fs ${PREFIX}/share/intel2gas/i2g/${f} \ + ${LN} -fs ${PREFIX}/share/intel2gas/i2g/${f} \ ${PREFIX}/share/intel2gas/g2i/${f} .endfor diff --git a/lang/lcc/Makefile b/lang/lcc/Makefile index 2f9bd02f83ad..6af3e11ac64a 100644 --- a/lang/lcc/Makefile +++ b/lang/lcc/Makefile @@ -44,8 +44,8 @@ do-install: ${LCCBUILDDIR}/bprint \ ${LCCBUILDDIR}/bbexit.o \ ${PREFIX}/${LCCDESTDIR} - @/bin/ln -sf ${PREFIX}/${LCCDESTDIR}/lcc ${PREFIX}/bin - @/bin/ln -sf ${PREFIX}/${LCCDESTDIR}/bprint ${PREFIX}/bin + @${LN} -sf ${PREFIX}/${LCCDESTDIR}/lcc ${PREFIX}/bin + @${LN} -sf ${PREFIX}/${LCCDESTDIR}/bprint ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/doc/lcc.1 ${WRKSRC}/doc/bprint.1 \ ${PREFIX}/man/man1 diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 7da87d67fc79..0780e8ceb091 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -97,7 +97,7 @@ do-install: (cd ${PREFIX}; xargs ${SH} ${SCRIPTDIR}/maybe-strip) @cd ${PREFIX}/lib/m3/FreeBSD2; strip m3 m3cgc1 m3mkdir @cd ${PREFIX}/bin; \ - ln -f m3build m3build-${major} + ${LN} -f m3build m3build-${major} @${ECHO_MSG} "Fixing file permissions" @cd ${PREFIX}; \ sed -e "/^@/d" -e "s/\.gz$$//" ${PLIST}.real |\ diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5.8/Makefile +++ b/lang/perl5.8/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index a95d4c4b58af..9072d9da8d65 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -85,7 +85,7 @@ test: post-install: @strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl - @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 + @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5 @(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h) .include <bsd.port.post.mk> diff --git a/lang/scsh/Makefile b/lang/scsh/Makefile index 4d358a255c67..398d5774dc50 100644 --- a/lang/scsh/Makefile +++ b/lang/scsh/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.7 1999/02/23 02:20:21 jkoshy Exp $ +# $Id: Makefile,v 1.8 1999/05/31 04:52:27 steve Exp $ # DISTNAME= scsh-0.5.1 @@ -35,6 +35,6 @@ post-install: (cd ${WRKSRC} ; \ ${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc) ${RM} -f ${PREFIX}/share/doc/scsh - ln -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh + ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh .include <bsd.port.post.mk> diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 5dedc0a92ba6..01b4815e6b07 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -40,7 +40,7 @@ post-install: @ ${INSTALL_MAN} ${WRKSRC}/Doc/man/${file} ${PREFIX}/man/man8 .endfor - @ ln -sf archive2.pl ${PREFIX}/majordomo/archive + @ ${LN} -sf archive2.pl ${PREFIX}/majordomo/archive @ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \ ${MKDIR} ${PREFIX}/majordomo/$$dir; \ done @@ -64,8 +64,8 @@ post-install: @ for file in test-l test-l-digest test-l.passwd test-l.info; do \ ${INSTALL_DATA} ${FILESDIR}/$$file ${PREFIX}/majordomo/lists; \ done - @ ln -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info - @ ln -sf test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd + @ ${LN} -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info + @ ${LN} -sf test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd @ ${CHMOD} 660 ${PREFIX}/majordomo/lists/test-l.passwd @ ${CHOWN} -R majordom.majordom ${PREFIX}/majordomo/lists @ ${CHMOD} -R 664 ${PREFIX}/majordomo/lists diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 5b68e9a71108..d230f1e90ac4 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -26,7 +26,7 @@ USE_IMAKE= YES MAN1= xfaces.1 pre-configure: - @ln -sf ../sounds ${WRKSRC} + @${LN} -sf ../sounds ${WRKSRC} pre-install: @${MKDIR} ${LOCALBASE}/share/sounds diff --git a/math/eval/Makefile b/math/eval/Makefile index 62e5a67f68dd..14326e551e3a 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -24,7 +24,7 @@ EXTRACT_AFTER_ARGS= | lha x - WRKSRC= ${WRKDIR}/Eval/source post-extract: - -ln -s Makefile.unx ${WRKSRC}/Makefile + -${LN} -s Makefile.unx ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Eval ${PREFIX}/bin diff --git a/math/spin/Makefile b/math/spin/Makefile index 2acb8299598f..2b32a76680f9 100644 --- a/math/spin/Makefile +++ b/math/spin/Makefile @@ -30,7 +30,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/spin ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKDIR}/Xspin3.3/xspin333.tcl ${PREFIX}/bin ${RM} -f ${PREFIX}/bin/xspin - ln -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin + ${LN} -s ${PREFIX}/bin/xspin333.tcl ${PREFIX}/bin/xspin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/spin/Doc diff --git a/misc/acron/Makefile b/misc/acron/Makefile index 6919cac23a12..810dbeb018b4 100644 --- a/misc/acron/Makefile +++ b/misc/acron/Makefile @@ -21,7 +21,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/whats ${PREFIX}/bin - ln -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron + ${LN} -sf ${PREFIX}/bin/whats ${PREFIX}/bin/acron ${INSTALL_DATA} ${WRKSRC}/acron ${PREFIX}/share/misc .include <bsd.port.mk> diff --git a/misc/mmv/Makefile b/misc/mmv/Makefile index 7b80e277cc0f..0d9de87fb0e2 100644 --- a/misc/mmv/Makefile +++ b/misc/mmv/Makefile @@ -40,9 +40,9 @@ do-extract: do-install: (cd ${PREFIX}/bin ; ${RM} -f mmv mad mcp mln ; \ ${INSTALL_PROGRAM} ${WRKSRC}/mmv ${PREFIX}/bin ; \ - ln -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mad ; \ - ln -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mcp ; \ - ln -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mln ; \ + ${LN} -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mad ; \ + ${LN} -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mcp ; \ + ${LN} -fs ${PREFIX}/bin/mmv ${PREFIX}/bin/mln ; \ ${INSTALL_MAN} ${WRKSRC}/mmv.1 ${PREFIX}/man/man1 ; ) .include <bsd.port.mk> diff --git a/misc/p5-Business-CreditCard/Makefile b/misc/p5-Business-CreditCard/Makefile index 8b1e542710d2..f73a24f2f852 100644 --- a/misc/p5-Business-CreditCard/Makefile +++ b/misc/p5-Business-CreditCard/Makefile @@ -22,6 +22,6 @@ do-install: @ ${CP} ${WRKSRC}/CreditCard.pm ${WRKSRC}/CreditCard-0.21.pm @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Business/ @ ${INSTALL_DATA} ${WRKSRC}/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/ - @ ln -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm + @ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.21.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm .include <bsd.port.mk> diff --git a/net/cap/Makefile b/net/cap/Makefile index c246be31e8ee..84416a0cf663 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Nov 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1997/07/13 18:49:26 max Exp $ +# $Id: Makefile,v 1.4 1999/08/22 23:33:08 mharo Exp $ # DISTNAME= cap60.pl100 @@ -89,17 +89,17 @@ post-install: @${INSTALL_MAN} ${WRKSRC}/man/${man} ${PREFIX}/man/man${sect} .endfor .endfor - @ln -fs ${PREFIX}/man/man1/cvt2apple.1${GZ} ${PREFIX}/man/man1/cvt2cap.1${GZ} + @${LN} -fs ${PREFIX}/man/man1/cvt2apple.1${GZ} ${PREFIX}/man/man1/cvt2cap.1${GZ} .for f in atpinger atlooklws - @ln -fs ${PREFIX}/man/man1/atlook.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} + @${LN} -fs ${PREFIX}/man/man1/atlook.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} .endfor .for f in tlw lwpr isrv iwpr - @ln -fs ${PREFIX}/man/man1/atprint.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} + @${LN} -fs ${PREFIX}/man/man1/atprint.1${GZ} ${PREFIX}/man/man1/${f}.1${GZ} .endfor .for f in libcap libafpc libafp - @ln -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} + @${LN} -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} .endfor - @ln -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} + @${LN} -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include "bsd.port.mk" diff --git a/net/dgd-net/Makefile b/net/dgd-net/Makefile index f71102391aa5..21c5a0c0b231 100644 --- a/net/dgd-net/Makefile +++ b/net/dgd-net/Makefile @@ -3,7 +3,7 @@ # Date created: 17 June 1996 # Whom: adam # -# $Id: Makefile,v 1.31 1999/08/22 18:59:21 mharo Exp $ +# $Id: Makefile,v 1.32 1999/08/23 04:23:35 mharo Exp $ # DISTNAME= dgd-net-1.1p6 @@ -41,7 +41,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP} .endif pre-patch: - @ln -s dgd ${WRKDIR}/dgd+net + @${LN} -s dgd ${WRKDIR}/dgd+net post-build: @cd ${WRKSRC}; ${MAKE} install diff --git a/net/gopher/Makefile b/net/gopher/Makefile index 089f809908e4..1f6fe9dac18c 100644 --- a/net/gopher/Makefile +++ b/net/gopher/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Dec 1994 # Whom: ats (original) # -# $Id: Makefile,v 1.8 1998/07/05 23:17:09 steve Exp $ +# $Id: Makefile,v 1.9 1999/06/08 23:50:22 steve Exp $ # DISTNAME= gopher2_3 @@ -27,11 +27,11 @@ MAN8= gopherd.8 gopherindex.8 pre-configure: # This ones are for FreeWAIS-0.4 and > - ln -s ${WaisTop}/include $(WaisTop)/ir - ln -s ${WaisTop}/src/client/ui $(WaisTop) - ln -s ${WaisTop}/bin $(WRKSRC) + ${LN} -s ${WaisTop}/include $(WaisTop)/ir + ${LN} -s ${WaisTop}/src/client/ui $(WaisTop) + ${LN} -s ${WaisTop}/bin $(WRKSRC) # This is the new configuration method - ln -s ${WaisTop} $(WRKSRC)/wais + ${LN} -s ${WaisTop} $(WRKSRC)/wais pre-install: $(MKDIR) $(DATADIR) diff --git a/net/ldapsdk/Makefile b/net/ldapsdk/Makefile index 5028eec1ed2b..6151b824bfc7 100644 --- a/net/ldapsdk/Makefile +++ b/net/ldapsdk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 May 1999 # Whom: paul@freebsd.org # -# $Id: Makefile,v 1.2 1999/06/06 21:01:32 paul Exp $ +# $Id: Makefile,v 1.3 1999/08/11 04:12:15 cpiazza Exp $ # DISTNAME= ldapsdk_12311998 @@ -29,10 +29,10 @@ do-install: ${MKDIR} ${INSTALL_DIR}/lib ${INSTALL_DATA} ${OBJDIR}/bin/liblber.so.1.0 \ ${INSTALL_DIR}/lib/liblber.so.1 - -(cd ${INSTALL_DIR}/lib; ln -s liblber.so.1 liblber.so) + -(cd ${INSTALL_DIR}/lib; ${LN} -s liblber.so.1 liblber.so) ${INSTALL_DATA} ${OBJDIR}/bin/libldap.so.1.0 \ ${INSTALL_DIR}/lib/libldap.so.1 - -(cd ${INSTALL_DIR}/lib; ln -s libldap.so.1 libldap.so) + -(cd ${INSTALL_DIR}/lib; ${LN} -s libldap.so.1 libldap.so) cd ${OBJDIR}/etc && ${TAR} -chf - * | \ ${TAR} -xf - -C ${INSTALL_DIR}/etc cd ${OBJDIR}/include && ${TAR} -chf - * | \ diff --git a/net/p5-Archie/Makefile b/net/p5-Archie/Makefile index 6eee7f6d7f72..ccd543df37c1 100644 --- a/net/p5-Archie/Makefile +++ b/net/p5-Archie/Makefile @@ -3,7 +3,7 @@ # Date created: October 19th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.6 1997/06/24 18:43:04 jfitz Exp $ +# $Id: Makefile,v 1.7 1998/11/29 03:22:10 asami Exp $ # DISTNAME= perl_archie.1.5 @@ -23,7 +23,7 @@ do-install: @ ${CP} ${WRKDIR}/Archie.pm ${WRKDIR}/Archie-1.5.pm @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl @ ${INSTALL_DATA} ${WRKDIR}/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/ - @ ln -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm + @ ${LN} -sf ${PREFIX}/lib/perl5/site_perl/Archie-1.5.pm ${PREFIX}/lib/perl5/site_perl/Archie.pm @ ${INSTALL_DATA} ${WRKDIR}/archie_gateway ${PREFIX}/lib/perl5/site_perl/ .include <bsd.port.mk> diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 3012e2afacec..1860bb3418f6 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Oct 1997 # Whom: sec@42.org # -# $Id: Makefile,v 1.9 1999/02/28 07:15:05 obrien Exp $ +# $Id: Makefile,v 1.10 1999/03/02 21:18:43 billf Exp $ # DISTNAME= sendfile-19990215 @@ -26,6 +26,6 @@ MAN7= fetchfile.7 MAN8= sendfiled.8 post-install: - @(cd ${PREFIX}/man/man1; ln -sf utf7encode.1.gz utf7decode.1.gz) + @(cd ${PREFIX}/man/man1; ${LN} -sf utf7encode.1.gz utf7decode.1.gz) .include <bsd.port.mk> diff --git a/news/cnews/Makefile b/news/cnews/Makefile index a690d53c43c3..8e69addc118c 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,7 +3,7 @@ # Date created: 28 September 1994 # Whom: adam # -# $Id: Makefile,v 1.21 1999/06/10 08:00:06 steve Exp $ +# $Id: Makefile,v 1.22 1999/08/22 18:59:39 mharo Exp $ # DISTNAME= c-news @@ -56,7 +56,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/libdbz/dbz.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/libcnews.a ${PREFIX}/lib ${MKDIR} ${NEWSSPOOL} ${NEWSBIN} ${NEWSLIB} - -ln -s ${NEWSSPOOL} /var/news + -${LN} -s ${NEWSSPOOL} /var/news ${CHOWN} news.news ${NEWSSPOOL} ${NEWSLIB} ${CHOWN} bin.bin ${NEWSBIN} ${INSTALL_SCRIPT} ${WRKSRC}/${PGPVERIFY} ${NEWSBIN}/pgpverify diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index fdd0169e6410..da50fd15bcdb 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -3,7 +3,7 @@ # Date created: 10 April 1996 # Whom: Brian Somers <brian@Awfulhak.org> # -# $Id: Makefile,v 1.5 1999/03/22 01:25:41 brian Exp $ +# $Id: Makefile,v 1.6 1999/04/04 22:48:29 brian Exp $ # DISTNAME= leafnode-1.9.2 @@ -23,6 +23,6 @@ MAN8= fetch.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8 MLINKS+= fetch.8 fetch-news.8 post-install: - /bin/ln -sf fetch ${PREFIX}/sbin/fetch-news + ${LN} -sf fetch ${PREFIX}/sbin/fetch-news .include <bsd.port.mk> diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 63855ee2d99f..46f822f27f42 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -3,7 +3,7 @@ # Date created: 6 January 1997 # Whom: proff@suburbia.net # -# $Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp $ +# $Id: Makefile,v 1.12 1999/08/27 22:30:00 mharo Exp $ # DISTNAME= nntpcache-2.3.2 @@ -44,7 +44,7 @@ hardlink-pgp-files: for i in ${PREFIX}/etc/nntpcache/*asc-dist ${PREFIX}/etc/nntpcache/*pgp-dist ; do \ j=`${ECHO} $$i | sed -e 's/-dist//'`; \ if [ \! -f $$j ]; then \ - ln $$i $$j; \ + ${LN} $$i $$j; \ fi; \ done diff --git a/ports-mgmt/pib/Makefile b/ports-mgmt/pib/Makefile index cbb88ad351d1..13e0a7d75cb4 100644 --- a/ports-mgmt/pib/Makefile +++ b/ports-mgmt/pib/Makefile @@ -3,7 +3,7 @@ # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # -# $Id: Makefile,v 1.11 1998/11/09 01:12:08 steve Exp $ +# $Id: Makefile,v 1.12 1999/01/10 17:58:47 steve Exp $ # DISTNAME= pib-1.1 @@ -19,6 +19,6 @@ do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib - ln -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib + ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib .include <bsd.port.mk> diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index a3811e71a6e6..b553eaba6f12 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ # Date created: 2 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.14 1999/02/01 22:11:18 asami Exp $ +# $Id: Makefile,v 1.15 1999/08/22 18:59:47 mharo Exp $ # DISTNAME= texinfo @@ -36,6 +36,6 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/lcircle10.tfm \ ${PREFIX}/share/texmf/fonts/tfm/;\ fi - @(cd ${PREFIX}/bin/; ${RM} -f texinfo; ln -s virtex texinfo) + @(cd ${PREFIX}/bin/; ${RM} -f texinfo; ${LN} -s virtex texinfo) .include <bsd.port.mk> diff --git a/science/hdf/Makefile b/science/hdf/Makefile index 594775c8ea68..52ca80470cbf 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -42,8 +42,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile - -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ - -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib @@ -56,8 +56,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile - -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ - -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 594775c8ea68..52ca80470cbf 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -42,8 +42,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile - -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ - -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib @@ -56,8 +56,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile - -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ - -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 594775c8ea68..52ca80470cbf 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -42,8 +42,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/jpeg/Makefile - -ln -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ - -ln -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/lib/libjpeg* ${WRKSRC}/hdf/jpeg/ + -${LN} -s ${PREFIX}/include/j*.h ${WRKSRC}/hdf/jpeg/ test -d ${WRKSRC}/hdf/zlib.came-with-HDF || \ ${MV} -f ${WRKSRC}/hdf/zlib ${WRKSRC}/hdf/zlib.came-with-HDF -${MKDIR} ${WRKSRC}/hdf/zlib @@ -56,8 +56,8 @@ pre-build: printf '\nclean:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall-lib:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile printf '\ninstall:\n\ttrue\n' >> ${WRKSRC}/hdf/zlib/Makefile - -ln -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ - -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/lib/${BINFORMAT}/libz* ${WRKSRC}/hdf/zlib/ + -${LN} -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done diff --git a/security/john/Makefile b/security/john/Makefile index 71e947ac6ac5..f1326a2cad5e 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -4,7 +4,7 @@ # Date created: Sun Mar 09, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.6 1998/07/28 01:56:02 obrien Exp $ +# $Id: Makefile,v 1.7 1998/12/07 08:59:21 obrien Exp $ # DISTNAME= john-1.6 @@ -57,8 +57,8 @@ do-configure: do-install: @${MKDIR} ${PREFIX}/share/john @${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/run/john ${PREFIX}/bin - @(cd ${PREFIX}/bin ; /bin/ln -sf john xtract) - @(cd ${PREFIX}/bin ; /bin/ln -sf john unshadow) + @(cd ${PREFIX}/bin ; ${LN} -sf john xtract) + @(cd ${PREFIX}/bin ; ${LN} -sf john unshadow) @${INSTALL_DATA} \ ${WRKDIR}/${DISTNAME}/run/all.chr \ ${WRKDIR}/${DISTNAME}/run/alpha.chr \ diff --git a/security/nbaudit/Makefile b/security/nbaudit/Makefile index 9a5c374286a6..a637126a8700 100644 --- a/security/nbaudit/Makefile +++ b/security/nbaudit/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1998/11/21 23:05:10 obrien Exp $ +# $Id: Makefile,v 1.3 1999/04/16 10:21:50 kris Exp $ # DISTNAME= nat10 @@ -20,8 +20,8 @@ MAN1= nat.1 nbaudit.1 do-install: @${INSTALL_PROGRAM} ${WRKSRC}/nat ${PREFIX}/bin - @ln -f ${PREFIX}/bin/nat ${PREFIX}/bin/nbaudit + @${LN} -f ${PREFIX}/bin/nat ${PREFIX}/bin/nbaudit @${INSTALL_MAN} ${WRKSRC}/nat.1 ${PREFIX}/man/man1 - @ln -f ${PREFIX}/man/man1/nat.1 ${PREFIX}/man/man1/nbaudit.1 + @${LN} -f ${PREFIX}/man/man1/nat.1 ${PREFIX}/man/man1/nbaudit.1 .include <bsd.port.mk> diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 4d358a255c67..398d5774dc50 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -3,7 +3,7 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.7 1999/02/23 02:20:21 jkoshy Exp $ +# $Id: Makefile,v 1.8 1999/05/31 04:52:27 steve Exp $ # DISTNAME= scsh-0.5.1 @@ -35,6 +35,6 @@ post-install: (cd ${WRKSRC} ; \ ${INSTALL_DATA} README RELEASE NEWS COPYING ${PREFIX}/lib/scsh/doc) ${RM} -f ${PREFIX}/share/doc/scsh - ln -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh + ${LN} -fs ${PREFIX}/lib/scsh/doc ${PREFIX}/share/doc/scsh .include <bsd.port.post.mk> diff --git a/sysutils/pib/Makefile b/sysutils/pib/Makefile index cbb88ad351d1..13e0a7d75cb4 100644 --- a/sysutils/pib/Makefile +++ b/sysutils/pib/Makefile @@ -3,7 +3,7 @@ # Date created: 30 December 1996 # Whom: Mike Smith <msmith@freebsd.org> # -# $Id: Makefile,v 1.11 1998/11/09 01:12:08 steve Exp $ +# $Id: Makefile,v 1.12 1999/01/10 17:58:47 steve Exp $ # DISTNAME= pib-1.1 @@ -19,6 +19,6 @@ do-install: ${MKDIR} ${PREFIX}/lib/pib ${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib ${INSTALL_DATA} ${WRKSRC}/libTkSteal.so.2* ${PREFIX}/lib/pib - ln -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib + ${LN} -fs ${PREFIX}/lib/pib/pib.tcl ${PREFIX}/bin/pib .include <bsd.port.mk> diff --git a/vietnamese/vnterm/Makefile b/vietnamese/vnterm/Makefile index 79188b7865c7..f9462b1d20e0 100644 --- a/vietnamese/vnterm/Makefile +++ b/vietnamese/vnterm/Makefile @@ -4,7 +4,7 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.11 1998/11/07 04:26:03 obrien Exp $ +# $Id: Makefile,v 1.12 1999/08/22 19:00:23 mharo Exp $ # DISTNAME= vnterm3.3 @@ -21,8 +21,8 @@ XMKMF= xmkmf CFLAGS+= -I../../include post-patch: - @/bin/ln ${WRKSRC}/XTerm.ad ${WRKSRC}/VNTerm.ad - @/bin/ln ${WRKSRC}/vnterm.1V ${WRKSRC}/vnterm.man + @${LN} ${WRKSRC}/XTerm.ad ${WRKSRC}/VNTerm.ad + @${LN} ${WRKSRC}/vnterm.1V ${WRKSRC}/vnterm.man post-install: @${INSTALL_SCRIPT} ${WRKDIR}/VNterm.sh ${PREFIX}/bin/VNterm diff --git a/www/gn/Makefile b/www/gn/Makefile index f9c5e1effd46..fcf1e3e251be 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.21 1999/08/22 23:33:28 mharo Exp $ +# $Id: Makefile,v 1.22 1999/08/27 22:30:22 mharo Exp $ # DISTNAME= gn-2.24 @@ -22,8 +22,8 @@ INETD_CONF= /etc/inetd.conf CONF= ' stream tcp nowait nobody ${PREFIX}/libexec/gn gn' pre-build: - @ln -fs ${WAISDIR}/include ${WRKSRC}/waisgn/ir - @ln -fs ${WAISDIR}/bin ${WRKSRC}/waisgn + @${LN} -fs ${WAISDIR}/include ${WRKSRC}/waisgn/ir + @${LN} -fs ${WAISDIR}/bin ${WRKSRC}/waisgn pre-install: @${MKDIR} ${WRKSRC}/etc ${WRKSRC}/libexec ${WRKSRC}/gnroot diff --git a/www/vrweb/Makefile b/www/vrweb/Makefile index 7ca73f3e2c4a..29cacc88b305 100644 --- a/www/vrweb/Makefile +++ b/www/vrweb/Makefile @@ -3,7 +3,7 @@ # Date created: 20 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.8 1998/10/01 02:17:48 jseger Exp $ +# $Id: Makefile,v 1.9 1999/01/12 16:51:14 vanilla Exp $ # DISTNAME= vrweb-1.5 @@ -22,7 +22,7 @@ USE_X_PREFIX= yes do-configure: (cd ${WRKSRC}; \ - ln -s `which ${GMAKE}` ${WRKSRC}/config/scripts/make; \ + ${LN} -s `which ${GMAKE}` ${WRKSRC}/config/scripts/make; \ ${WRKSRC}/makeall -r; \ ${WRKSRC}/makeall -m; ) diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 2e7d82b46a7f..057ac3b79869 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Jun 1998 # Whom: Peter Mutsaers # -# $Id: Makefile,v 1.3 1999/03/08 20:38:17 fenner Exp $ +# $Id: Makefile,v 1.4 1999/04/19 04:11:29 steve Exp $ # DISTNAME= wwwoffle-2.4 @@ -33,11 +33,11 @@ do-install: $(INSTALL_PROGRAM) $(WRKSRC)/upgrade-cache $(PREFIX)/bin $(INSTALL_PROGRAM) $(WRKSRC)/endian-cache $(PREFIX)/bin $(INSTALL_PROGRAM) $(WRKSRC)/wwwoffle-tools $(PREFIX)/bin - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-ls - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-mv - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-rm - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-read - ln -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-write + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-ls + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-mv + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-rm + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-read + ${LN} -sf wwwoffle-tools $(PREFIX)/bin/wwwoffle-write [ -x $(PREFIX)/sbin ] || $(INSTALL) -d $(PREFIX)/sbin $(INSTALL_PROGRAM) $(WRKSRC)/wwwoffled $(PREFIX)/sbin # man pages diff --git a/x11-fm/filerunner/Makefile b/x11-fm/filerunner/Makefile index 2d7735fff0b6..0267300d49e9 100644 --- a/x11-fm/filerunner/Makefile +++ b/x11-fm/filerunner/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1996 # Whom: lukin # -# $Id: Makefile,v 1.16 1998/08/07 23:56:49 asami Exp $ +# $Id: Makefile,v 1.17 1998/10/03 22:06:12 steve Exp $ # DISTNAME= FileRunner-2.5 @@ -26,7 +26,7 @@ pre-build: do-install: @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner - @ ln -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin + @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin .for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner .endfor diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile index 77e2d6204463..b58fc15e9db4 100644 --- a/x11-toolkits/Xaw3d/Makefile +++ b/x11-toolkits/Xaw3d/Makefile @@ -3,7 +3,7 @@ # Date created: 18 November 1994 # Whom: asami # -# $Id: Makefile,v 1.21 1999/01/05 06:55:19 asami Exp $ +# $Id: Makefile,v 1.22 1999/07/04 20:46:16 steve Exp $ # DISTNAME= Xaw3d-1.5 @@ -20,7 +20,7 @@ USE_IMAKE= yes post-extract: ${MKDIR} ${WRKSRC}/X11/Xaw3d - cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h . + cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h . # Workaround a bug in egcs on FreeBSD/Alpha. .if ${MACHINE_ARCH} == "alpha" diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile index db381aee3769..831d3cd02ddf 100644 --- a/x11-toolkits/neXtaw/Makefile +++ b/x11-toolkits/neXtaw/Makefile @@ -3,7 +3,7 @@ # Date created: 16 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1998/11/14 09:43:30 asami Exp $ +# $Id: Makefile,v 1.11 1999/06/22 17:03:43 steve Exp $ # DISTNAME= neXtaw-0.5.1 @@ -28,7 +28,7 @@ post-configure: @${ECHO_MSG} "*********************************************************************" @${ECHO_MSG} "* Don't worry about the warning messages above, the port will build *" @${ECHO_MSG} "*********************************************************************" - @cd ${WRKSRC}/exports/include/X11/neXtaw; ln -sf ../../../../*.h . + @cd ${WRKSRC}/exports/include/X11/neXtaw; ${LN} -sf ../../../../*.h . post-install: .if !defined(NOPORTDOCS) diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile index 2529bdfaaa20..ad85ba49ecdd 100644 --- a/x11-toolkits/xforms/Makefile +++ b/x11-toolkits/xforms/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1997 # Whom: gena # -# $Id: Makefile,v 1.23 1999/01/07 08:19:54 simokawa Exp $ +# $Id: Makefile,v 1.24 1999/05/30 02:44:11 steve Exp $ # USE_X_PREFIX= yes @@ -39,7 +39,7 @@ post-install: ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .if !defined(NOMANCOMPRESS) @${RM} ${PREFIX}/man/man5/forms.5 - @ln -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz + @${LN} -fs xforms.5.gz ${PREFIX}/man/man5/forms.5.gz .endif .include <bsd.port.post.mk> diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 15b4e61ff924..77781f59c1a3 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -3,7 +3,7 @@ # Date created: 13 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.13 1998/10/05 05:17:56 steve Exp $ +# $Id: Makefile,v 1.14 1999/07/23 05:34:54 dbaker Exp $ # DISTNAME= emu-1.31 @@ -23,6 +23,6 @@ WRKSRC= ${WRKDIR}/emu MAN1= emu.1 pre-configure: - cd ${WRKSRC}/client ; ln -s ../doc/emu.man . + cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man . .include <bsd.port.mk> |