summaryrefslogtreecommitdiff
path: root/net/coda5_server
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/coda5_server
parent15902ad950bf54733f316da5a871faa82b468a90 (diff)
downloadpkgsrc-cc26aaeec244589f3c7791a955ce4f03c0614d85.tar.gz
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'net/coda5_server')
-rw-r--r--net/coda5_server/Makefile10
1 files changed, 5 insertions, 5 deletions
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