diff options
author | asau <asau> | 2012-09-11 19:46:58 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 19:46:58 +0000 |
commit | 9e030e13502b9436ffadba8ce4de83147148f5f2 (patch) | |
tree | d5d607161814a547b906120f250b266ef8b598a7 /archivers/php-bz2 | |
parent | 617b4b68f22d8314c894cfb130f6e0b1fa27462d (diff) | |
download | pkgsrc-9e030e13502b9436ffadba8ce4de83147148f5f2.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'archivers/php-bz2')
-rw-r--r-- | archivers/php-bz2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/php-bz2/Makefile b/archivers/php-bz2/Makefile index 6c6dc32c275..87d210bde81 100644 --- a/archivers/php-bz2/Makefile +++ b/archivers/php-bz2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/06/12 02:14:13 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2012/09/11 19:46:59 asau Exp $ MODNAME= bz2 CATEGORIES= archivers @@ -6,8 +6,6 @@ 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} |