diff options
author | wiz <wiz> | 2004-12-04 12:05:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-12-04 12:05:15 +0000 |
commit | 1781f71d86eba51df46aa1e00021338486f04af4 (patch) | |
tree | fa77326e745953fd677e7b24ef6016ac8bc94b53 /www | |
parent | d634e5a99266d34e691c0a5e99230d7c9039a647 (diff) | |
download | pkgsrc-1781f71d86eba51df46aa1e00021338486f04af4.tar.gz |
Set DISTINFO_FILE after included php/ext.mk, because it overwrites it.
Diffstat (limited to 'www')
-rw-r--r-- | www/php4-apc/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/php4-apc/Makefile b/www/php4-apc/Makefile index 246b72c65c3..d7120ddcc7c 100644 --- a/www/php4-apc/Makefile +++ b/www/php4-apc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/11/05 21:44:44 jdolecek Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/04 12:05:15 wiz Exp $ DISTNAME= APC-2.0.4 PKGNAME= php-${DISTNAME:tl} @@ -15,7 +15,6 @@ EXTRACT_ELEMENTS= # empty WRKSRC= ${WRKDIR}/${DISTNAME} USE_BUILDLINK3= YES -DISTINFO_FILE= ${.CURDIR}/distinfo CONFIGURE_ARGS+= --enable-${MODNAME} @@ -29,5 +28,9 @@ post-install: INSTALL LICENSE NOTICE ${DOCDIR} PHP_VERSION_REQD= 4 # PHP 4.x only + .include "../../lang/php/ext.mk" +# override with local distinfo file +DISTINFO_FILE= ${.CURDIR}/distinfo + .include "../../mk/bsd.pkg.mk" |