summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-19 03:47:31 +0000
committerjlam <jlam@pkgsrc.org>2001-06-19 03:47:31 +0000
commitcc26aaeec244589f3c7791a955ce4f03c0614d85 (patch)
treea66ed10f6f5ac3350e0653dff018416ceeaac7af /net
parent15902ad950bf54733f316da5a871faa82b468a90 (diff)
downloadpkgsrc-cc26aaeec244589f3c7791a955ce4f03c0614d85.tar.gz
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'net')
-rw-r--r--net/ORBit/Makefile3
-rw-r--r--net/coda5_client/Makefile10
-rw-r--r--net/coda5_server/Makefile10
3 files changed, 12 insertions, 11 deletions
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