diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:09:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 10:09:14 +0000 |
commit | 55de47ff4ee4aa9764e1d97c5ca6f8954e54303b (patch) | |
tree | 139c857cc5f63022e6ec3e9a3bc19193967a7ec6 /databases | |
parent | baf8ff3e8f1414fa3ad61496668ee4d129d1719f (diff) | |
download | pkgsrc-55de47ff4ee4aa9764e1d97c5ca6f8954e54303b.tar.gz |
This doesn't need buildlink/build, so set NO_BUILD/NO_BUILDLINK.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/acid/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/acid/Makefile b/databases/acid/Makefile index ea49b532b7a..c9769195e03 100644 --- a/databases/acid/Makefile +++ b/databases/acid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/20 09:53:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/20 10:09:14 xtraeme Exp $ # DISTNAME= acid-0.9.6b23 @@ -16,7 +16,9 @@ DEPENDS+= php-jpgraph>=1.8:../../graphics/php-jpgraph DEPENDS+= php-gd>=4.0.4:../../graphics/php4-gd DEPENDS+= php-sockets>=4.0.4:../../net/php4-sockets -USE_BUILDLINK3= YES +USE_BUILDLINK3= yes +NO_BUILD= yes +NO_BUILDLINK= yes WRKSRC= ${WRKDIR}/acid .include "../../mk/bsd.prefs.mk" @@ -40,7 +42,7 @@ ACID_DIR= ${PREFIX}/share/acid EXDIR= ${PREFIX}/share/examples/acid MESSAGE_SUBST+= EXDIR=${EXDIR} ACID_DIR=${ACID_DIR} -do-build: +pre-install: @${SED} -e 's#@ACID_DIR@#${ACID_DIR}#g' ${FILESDIR}/acid.conf \ >${WRKDIR}/acid.conf |