diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /archivers/php-zip | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'archivers/php-zip')
-rw-r--r-- | archivers/php-zip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/php-zip/Makefile b/archivers/php-zip/Makefile index 97b7505fdb3..5fab13f2a4d 100644 --- a/archivers/php-zip/Makefile +++ b/archivers/php-zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/06/04 16:26:52 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:13 joerg Exp $ MODNAME= zip PECL_VERSION= 1.0 @@ -7,6 +7,8 @@ COMMENT= PHP extension for ZIP archive handling CONFLICTS= php-zip-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --with-zip=shared,${BUILDLINK_DIR} .include "../../lang/php/ext.mk" |