diff options
author | asau <asau> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-31 11:16:30 +0000 |
commit | 52ae94c9b672e9389ee68afb66df841a3afeb667 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/php-pcntl/Makefile | |
parent | cf871ec64c560ebe1cc9c0ba791a04b62017feed (diff) | |
download | pkgsrc-52ae94c9b672e9389ee68afb66df841a3afeb667.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/php-pcntl/Makefile')
-rw-r--r-- | devel/php-pcntl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/php-pcntl/Makefile b/devel/php-pcntl/Makefile index 88241105c7d..3430337fd5f 100644 --- a/devel/php-pcntl/Makefile +++ b/devel/php-pcntl/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:27 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/31 11:19:24 asau Exp $ MODNAME= pcntl CATEGORIES+= devel COMMENT= PHP extension for Process Control functions -PKG_DESTDIR_SUPPORT= user-destdir - CONFLICTS= php-pcntl-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME}=shared |