diff options
author | jlam <jlam> | 2001-06-19 03:47:31 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-19 03:47:31 +0000 |
commit | 94c38d7e9386f4d922966817c7316d4c8b731ca7 (patch) | |
tree | a66ed10f6f5ac3350e0653dff018416ceeaac7af /net/coda5_client | |
parent | 12769c03fff3313816109554e9056445614853a9 (diff) | |
download | pkgsrc-94c38d7e9386f4d922966817c7316d4c8b731ca7.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'net/coda5_client')
-rw-r--r-- | net/coda5_client/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
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 |