diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /archivers/php-bz2 | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'archivers/php-bz2')
-rw-r--r-- | archivers/php-bz2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/php-bz2/Makefile b/archivers/php-bz2/Makefile index 21766ffc12b..6c6dc32c275 100644 --- a/archivers/php-bz2/Makefile +++ b/archivers/php-bz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:52 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:13 joerg Exp $ MODNAME= bz2 CATEGORIES= archivers @@ -6,6 +6,8 @@ COMMENT= PHP extension for bzip2 compression CONFLICTS= php-bz2-[0-9]* +PKG_DESTDIR_SUPPORT= user-destdir + USE_PHP_EXT_PATCHES= yes CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.bzip2} |