diff options
-rw-r--r-- | audio/libaudiofile/Makefile | 3 | ||||
-rw-r--r-- | net/ORBit/Makefile | 3 | ||||
-rw-r--r-- | net/coda5_client/Makefile | 10 | ||||
-rw-r--r-- | net/coda5_server/Makefile | 10 |
4 files changed, 14 insertions, 12 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 217c8d05673..03257e8208c 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/03/02 18:03:10 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/06/19 03:57:09 jlam Exp $ # DISTNAME= audiofile-0.2.1 @@ -12,6 +12,7 @@ HOMEPAGE= http://andromeda.68k.org/~michael/audiofile/ COMMENT= Sound library for SGI audio file GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 0a19257a6e4..5e8e7e73b91 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2001/06/18 20:49:01 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2001/06/19 03:55:30 jlam Exp $ # DISTNAME= ORBit-0.${ORBIT_MAJOR}.${ORBIT_MINOR} @@ -23,6 +23,7 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/libIDL/ltconfig GNU_CONFIGURE= YES USE_CONFIG_WRAPPER= YES +USE_BUILDLINK_ONLY= YES # for DISTNAME, PKGNAME, and PLIST ORBIT_MAJOR= 5 diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 8292d90f7f7..8d63cdaf88c 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/06/11 02:05:13 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/06/19 03:48:01 jlam Exp $ # DISTNAME= coda-5.3.13 @@ -20,6 +20,7 @@ INSTALL_TARGET= client-install USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes .include "../../devel/lwp/buildlink.mk" .include "../../devel/readline/buildlink.mk" @@ -34,12 +35,11 @@ INSTALL_SUBST+= LN=${LN:Q} INSTALL_SUBST+= RM=${RM:Q} INSTALL_SUBST+= RMDIR=${RMDIR:Q} INSTALL_SUBST+= TRUE=${TRUE:Q} +INSTALL_SUBST_SED= ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} pre-install: - ${SED} ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \ - ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} - ${SED} ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \ - ${PKGDIR}/INSTALL > ${INSTALL_FILE} + ${SED} ${INSTALL_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} + ${SED} ${INSTALL_SUBST_SED} ${PKGDIR}/INSTALL > ${INSTALL_FILE} post-install: PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index a4ed9eb2314..845759c2208 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/06/11 02:05:13 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2001/06/19 03:47:31 jlam Exp $ # DISTNAME= coda-5.3.13 @@ -19,6 +19,7 @@ INSTALL_TARGET= server-install USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes .include "../../devel/lwp/buildlink.mk" .include "../../devel/readline/buildlink.mk" @@ -33,12 +34,11 @@ INSTALL_SUBST+= LN=${LN:Q} INSTALL_SUBST+= RM=${RM:Q} INSTALL_SUBST+= RMDIR=${RMDIR:Q} INSTALL_SUBST+= TRUE=${TRUE:Q} +INSTALL_SUBST_SED= ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} pre-install: - ${SED} ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \ - ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} - ${SED} ${INSTALL_SUBST:S/=/@!/:S/$/!g/:S/^/ -e s!@/} \ - ${PKGDIR}/INSTALL > ${INSTALL_FILE} + ${SED} ${INSTALL_SUBST_SED} ${PKGDIR}/DEINSTALL > ${DEINSTALL_FILE} + ${SED} ${INSTALL_SUBST_SED} ${PKGDIR}/INSTALL > ${INSTALL_FILE} post-install: PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL |