diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 08:31:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 08:31:52 +0000 |
commit | ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (patch) | |
tree | 3619c83aff27948eae66c37f256db1b652d5ccf2 | |
parent | 014cf426fee02e80fc65d51a1b94af76f1a6508f (diff) | |
download | pkgsrc-ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df.tar.gz |
ln -> ${LN}.
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | chat/finch/Makefile | 4 | ||||
-rw-r--r-- | chat/pidgin/Makefile | 4 | ||||
-rw-r--r-- | databases/freetds/Makefile | 4 | ||||
-rw-r--r-- | databases/pgtclng/Makefile | 4 | ||||
-rw-r--r-- | devel/flex/Makefile | 4 | ||||
-rw-r--r-- | games/craft/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-fix-ca/Makefile | 4 | ||||
-rw-r--r-- | graphics/libscigraphica/Makefile | 4 | ||||
-rw-r--r-- | graphics/scigraphica/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpm/Makefile | 4 | ||||
-rw-r--r-- | lang/tcl/Makefile | 4 | ||||
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | parallel/sge/Makefile | 8 | ||||
-rw-r--r-- | regress/compiler/Makefile | 4 | ||||
-rw-r--r-- | sysutils/cdrtools/Makefile | 8 | ||||
-rw-r--r-- | x11/kdebase3/Makefile | 4 | ||||
-rw-r--r-- | x11/qt4-tools/Makefile | 8 | ||||
-rw-r--r-- | x11/tk/Makefile | 4 |
19 files changed, 45 insertions, 45 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 42e505ea9a7..1ab281f92cf 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/09/19 19:13:53 adam Exp $ +# $NetBSD: Makefile,v 1.35 2007/09/25 08:31:52 hira Exp $ DISTNAME= p7zip_4.55_src_all PKGNAME= p7zip-4.55 @@ -55,9 +55,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/7z ${PREFIX}/lib/7z ${INSTALL_LIB} ${WRKSRC}/bin/Codecs/* ${PREFIX}/lib/7z/Codecs ${INSTALL_LIB} ${WRKSRC}/bin/Formats/* ${PREFIX}/lib/7z/Formats - ln -s ${PREFIX}/lib/7z/7z ${PREFIX}/bin + ${LN} -s ${PREFIX}/lib/7z/7z ${PREFIX}/bin .else - ln -s 7za ${PREFIX}/bin/7z + ${LN} -s 7za ${PREFIX}/bin/7z .endif ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/p7zip ${INSTALL_DATA} ${WRKSRC}/DOCS/MANUAL/*.* ${PREFIX}/share/doc/p7zip diff --git a/chat/finch/Makefile b/chat/finch/Makefile index 39f410ab7c9..d2a59ef3510 100644 --- a/chat/finch/Makefile +++ b/chat/finch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/09/15 14:55:01 tnn Exp $ +# $NetBSD: Makefile,v 1.7 2007/09/25 08:31:53 hira Exp $ # PKGNAME= finch-${PIDGIN_VERSION} @@ -33,7 +33,7 @@ BUILD_DIRS=finch pre-build: # XXX Find a cleaner way. ${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \ - ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. + ${LN} -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. post-install: ${INSTALL_MAN_DIR} ${DESTDIR:Q}${PREFIX:Q}/man/man1 diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile index ce1bf594eb6..2af6d986a25 100644 --- a/chat/pidgin/Makefile +++ b/chat/pidgin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/09/15 14:55:02 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/25 08:31:53 hira Exp $ # PKGNAME= pidgin-${PIDGIN_VERSION} @@ -29,7 +29,7 @@ CHECK_WRKREF_SKIP= bin/pidgin pre-build: # XXX Find a cleaner way. ${TEST} -r ${WRKSRC}/libpurple/libpurple.la || \ - ln -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. + ${LN} -s ${BUILDLINK_DIR}/lib/libpurple.la ${WRKSRC}/libpurple/. .include "../../chat/libpurple/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/databases/freetds/Makefile b/databases/freetds/Makefile index ab7829fc735..48556842a9b 100644 --- a/databases/freetds/Makefile +++ b/databases/freetds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2006/02/05 23:08:30 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2007/09/25 08:31:53 hira Exp $ DISTNAME= freetds-0.63 PKGREVISION= 4 @@ -38,7 +38,7 @@ PLIST_SRC= ${PKGDIR}/PLIST ${WRKDIR}/.PLIST.doc # easily changing the installation directory for the documentation. # pre-build: - cd ${WRKSRC}/doc/doc && ln -s ${PKGNAME_NOREV:Q} ${PKGBASE:Q} + cd ${WRKSRC}/doc/doc && ${LN} -s ${PKGNAME_NOREV:Q} ${PKGBASE:Q} # Dynamically generate PLIST entries for the documentation. This target # may need to be modified for future FreeTDS releases. diff --git a/databases/pgtclng/Makefile b/databases/pgtclng/Makefile index b3d8a7a39e9..6ce794b19dc 100644 --- a/databases/pgtclng/Makefile +++ b/databases/pgtclng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/12/28 12:12:57 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/25 08:31:53 hira Exp $ # VER= 1.5.3 @@ -27,4 +27,4 @@ PGTCLLIBNAME = libpgtcl${VER:C/\.//g}.so .include "../../mk/bsd.pkg.mk" post-install: - cd ${PREFIX}/lib && ln -s pgtcl${VER}/${PGTCLLIBNAME} libpgtcl.so + cd ${PREFIX}/lib && ${LN} -s pgtcl${VER}/${PGTCLLIBNAME} libpgtcl.so diff --git a/devel/flex/Makefile b/devel/flex/Makefile index 5a07b592535..1640e11b176 100644 --- a/devel/flex/Makefile +++ b/devel/flex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/06/03 22:57:25 heinz Exp $ +# $NetBSD: Makefile,v 1.25 2007/09/25 08:31:53 hira Exp $ DISTNAME= flex-2.5.33 PKGREVISION= 2 @@ -28,7 +28,7 @@ USE_TOOLS+= gmake # bmake has problems with the test suite .endif post-install: - cd ${DESTDIR:Q}${PREFIX:Q}/bin && ln -s flex flex++ + cd ${DESTDIR:Q}${PREFIX:Q}/bin && ${LN} -s flex flex++ .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/craft/Makefile b/games/craft/Makefile index 2410d2e80a9..adeda7eacbd 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/03/06 22:57:46 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2007/09/25 08:31:53 hira Exp $ DISTNAME= craftcc35 PKGNAME= craft-3.5 @@ -28,7 +28,7 @@ SUBST_SED.buttons= -e 's+buttons+${PREFIX}/share/craft/buttons+' post-extract: find ${WRKSRC} -type f -name '*~' -print | xargs rm -f - ln -fs ${FILESDIR}/Makefile ${WRKSRC} + ${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} for f in `find ${WRKSRC} -name "*.hc" -type f -print`; do \ ${ECHO} "" >>$$f; \ done diff --git a/graphics/gimp-fix-ca/Makefile b/graphics/gimp-fix-ca/Makefile index 6d5f723d6a8..96cd8af6003 100644 --- a/graphics/gimp-fix-ca/Makefile +++ b/graphics/gimp-fix-ca/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/09/21 13:03:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/25 08:31:53 hira Exp $ # DISTNAME= gimp-fix-ca-2.1.0 @@ -19,7 +19,7 @@ INSTALLATION_DIRS= lib/gimp/2.0/plug-ins USE_TOOLS+= pkg-config pre-build: - ln -sf ${LOCALBASE}/bin/gimptool-2.0 \ + ${LN} -sf ${LOCALBASE}/bin/gimptool-2.0 \ ${BUILDLINK_DIR}/bin/gimptool do-build: diff --git a/graphics/libscigraphica/Makefile b/graphics/libscigraphica/Makefile index da9e58b3bca..512050ad62b 100644 --- a/graphics/libscigraphica/Makefile +++ b/graphics/libscigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/09/21 13:03:52 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2007/09/25 08:31:54 hira Exp $ # DISTNAME= libscigraphica-2.1.1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= libscigraphica-2.0.pc.in pre-configure: - ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../lang/python/extension.mk" .include "../../math/py-numarray/buildlink3.mk" diff --git a/graphics/scigraphica/Makefile b/graphics/scigraphica/Makefile index acb9d1dae51..62244a73019 100644 --- a/graphics/scigraphica/Makefile +++ b/graphics/scigraphica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/09/21 13:03:55 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2007/09/25 08:31:54 hira Exp $ # DISTNAME= scigraphica-2.1.0 @@ -26,7 +26,7 @@ USE_LIBTOOL= YES PTHREAD_AUTO_VARS= yes pre-configure: - ln -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python + ${LN} -s ${PYTHONBIN} ${TOOLS_DIR}/bin/python .include "../../lang/python/application.mk" .include "../../graphics/libscigraphica/buildlink3.mk" diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index cce50b954f4..80b961df4d1 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2007/09/08 21:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2007/09/25 08:31:54 hira Exp $ DISTNAME= xpm-3.4k PKGREVISION= 7 @@ -23,7 +23,7 @@ USE_IMAKE= yes post-install: cd ${PREFIX}/lib && \ rm -f libXpm.so.4 && \ - ln -s libXpm.so.4.11 libXpm.so.4 + ${LN} -s libXpm.so.4.11 libXpm.so.4 .endif .if !empty(LOWER_OPSYS:Mirix5*) diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index 7fb274d0a36..1b592ae5e22 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2007/05/29 18:35:58 heinz Exp $ +# $NetBSD: Makefile,v 1.62 2007/09/25 08:31:54 hira Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -65,7 +65,7 @@ INSTALLATION_DIRS+= include/tcl/generic INSTALLATION_DIRS+= lib/tcl post-install: - cd ${DESTDIR:Q}${PREFIX:Q}/bin && ln -s tclsh8.4 tclsh + cd ${DESTDIR:Q}${PREFIX:Q}/bin && ${LN} -s tclsh8.4 tclsh ${INSTALL_DATA} ${WRKSRC}/unix/tclUnixPort.h \ ${DESTDIR:Q}${PREFIX:Q}/include/tcl/unix .for f in regex.h tcl.h tclCompile.h tclDecls.h tclIO.h \ diff --git a/net/samba/Makefile b/net/samba/Makefile index 0d6cdbb93f6..a521c5f5344 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2007/05/22 12:41:04 tron Exp $ +# $NetBSD: Makefile,v 1.173 2007/09/25 08:31:54 hira Exp $ .include "Makefile.mirrors" @@ -140,7 +140,7 @@ install-samba-lib-symlinks: .for l in ${SMBLIBS} for v in ${SMBVERSION.${l}}; do \ (cd ${SAMBA_LIBDIR} && rm -f lib${l}.so.$$v && \ - ln -s lib${l}.so lib${l}.so.$$v); \ + ${LN} -s lib${l}.so lib${l}.so.$$v); \ done .endfor diff --git a/parallel/sge/Makefile b/parallel/sge/Makefile index 32400cac526..6a4ae2f496e 100644 --- a/parallel/sge/Makefile +++ b/parallel/sge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/08/15 02:03:05 markd Exp $ +# $NetBSD: Makefile,v 1.27 2007/09/25 08:31:54 hira Exp $ # PKGNAME= sge-6.0.11 @@ -123,9 +123,9 @@ do-install: cd ${WRKSRC}/source && \ ${ECHO} "Y" | ${SETENV} LOCALBASE=${LOCALBASE} SGE_ROOT=${SGE_ROOT} ./scripts/distinst -local -allall -nobdb -noopenssl ${SGE_ARCH} for f in archive checkpoint deadlock dump load printlog recover stat upgrade verify ; do \ - ln -s ${LOCALBASE}/bin/db4_$${f} ${SGE_ROOT}/utilbin/${SGE_ARCH}/db_$${f} ; done - ln -s ${LOCALBASE}/bin/berkeley_db4_svc ${SGE_ROOT}/utilbin/${SGE_ARCH}/berkeley_db_svc - ln -s ${SSL_PREFIX}/bin/openssl ${SGE_ROOT}/utilbin/${SGE_ARCH}/openssl + ${LN} -s ${LOCALBASE}/bin/db4_$${f} ${SGE_ROOT}/utilbin/${SGE_ARCH}/db_$${f} ; done + ${LN} -s ${LOCALBASE}/bin/berkeley_db4_svc ${SGE_ROOT}/utilbin/${SGE_ARCH}/berkeley_db_svc + ${LN} -s ${SSL_PREFIX}/bin/openssl ${SGE_ROOT}/utilbin/${SGE_ARCH}/openssl cd ${SGE_ROOT} && ${SETENV} SGE_ROOT=${SGE_ROOT} ./util/setfileperm.sh -auto \ ${SGE_ROOT} for f in ${SGE_ROOT}/bin/${SGE_ARCH}/q* ; do \ diff --git a/regress/compiler/Makefile b/regress/compiler/Makefile index e3cd81452df..b0e312c9e60 100644 --- a/regress/compiler/Makefile +++ b/regress/compiler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/03/08 14:31:06 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2007/09/25 08:31:54 hira Exp $ # DISTNAME= compiler-1.1 @@ -15,7 +15,7 @@ USE_LANGUAGES= c c++ do-extract: cd ${FILESDIR} && cp Makefile *.c ${WRKSRC} - cd ${WRKSRC} && for i in *.c; do ln $$i $${i}c; done + cd ${WRKSRC} && for i in *.c; do ${LN} $$i $${i}c; done do-wrksrc-build: diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile index 03640818fc6..14271268f89 100644 --- a/sysutils/cdrtools/Makefile +++ b/sysutils/cdrtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2007/09/18 23:07:26 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2007/09/25 08:31:55 hira Exp $ DISTNAME= cdrtools-2.01.01a35 PKGNAME= cdrtools-2.01.01.35 @@ -65,14 +65,14 @@ SUBST_SED.fix= -e "s,/etc/default/cdrecord,${CDRECORD_CONF},g" SUBST_MESSAGE.fix= Fixing paths. post-extract: - ln -s Defaults.freebsd ${WRKSRC}/DEFAULTS/Defaults.dragonfly - ln -s Defaults.freebsd ${WRKSRC}/DEFAULTS_ENG/Defaults.dragonfly + ${LN} -s Defaults.freebsd ${WRKSRC}/DEFAULTS/Defaults.dragonfly + ${LN} -s Defaults.freebsd ${WRKSRC}/DEFAULTS_ENG/Defaults.dragonfly do-configure: cd ${WRKSRC}/RULES; \ for suffix in netbsd-cc.rul netbsd-gcc.rul; do \ if [ ! -f ${MACHINE}-$$suffix ]; then \ - ln -sf i386-$$suffix ${MACHINE}-$$suffix; \ + ${LN} -sf i386-$$suffix ${MACHINE}-$$suffix; \ fi; \ done diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index b707589e6dd..0d81ec3e9b9 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.133 2007/09/21 20:48:12 markd Exp $ +# $NetBSD: Makefile,v 1.134 2007/09/25 08:31:55 hira Exp $ DISTNAME= kdebase-${_KDE_VERSION} PKGREVISION= 4 @@ -137,7 +137,7 @@ SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g' SUBST_STAGE.paths= post-patch pre-configure: - cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ln -s FreeBSD DragonFly + cd ${WRKSRC}/ksysguard/ksysguardd && rm -f DragonFly && ${LN} -s FreeBSD DragonFly post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kde/templates/.source/emptydir diff --git a/x11/qt4-tools/Makefile b/x11/qt4-tools/Makefile index 3ad22fb1db3..fbbb20d664b 100644 --- a/x11/qt4-tools/Makefile +++ b/x11/qt4-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2007/09/03 20:27:20 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2007/09/25 08:31:55 hira Exp $ .include "../../x11/qt4-libs/Makefile.common" @@ -15,9 +15,9 @@ BUILD_QT4= yes UNLIMIT_RESOURCES= datasize post-configure: - ln -s ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc - ln -s ${QTPREFIX}/bin/uic ${WRKSRC}/bin/uic - ln -s ${QTPREFIX}/bin/rcc ${WRKSRC}/bin/rcc + ${LN} -s ${QTPREFIX}/bin/moc ${WRKSRC}/bin/moc + ${LN} -s ${QTPREFIX}/bin/uic ${WRKSRC}/bin/uic + ${LN} -s ${QTPREFIX}/bin/rcc ${WRKSRC}/bin/rcc do-install: .for prog in assistant lrelease lupdate qmake qt3to4 diff --git a/x11/tk/Makefile b/x11/tk/Makefile index 0088e0ed536..424d6b6b781 100644 --- a/x11/tk/Makefile +++ b/x11/tk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/05/29 18:37:09 heinz Exp $ +# $NetBSD: Makefile,v 1.60 2007/09/25 08:31:55 hira Exp $ DISTNAME= tk${TK_VERSION}-src PKGNAME= tk-${TK_VERSION} @@ -46,7 +46,7 @@ DESTDIRPREFIX= ${DESTDIR}${PREFIX} post-install: rm -f ${DESTDIRPREFIX:Q}/bin/wish - ln -s wish8.4 ${DESTDIRPREFIX:Q}/bin/wish + ${LN} -s wish8.4 ${DESTDIRPREFIX:Q}/bin/wish ${INSTALL_DATA} ${WRKSRC}/generic/default.h ${DESTDIRPREFIX:Q}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/generic/ks_names.h ${DESTDIRPREFIX:Q}/include/tk/generic ${INSTALL_DATA} ${WRKSRC}/generic/tk.h ${DESTDIRPREFIX:Q}/include/tk/generic |