diff options
author | obache <obache> | 2011-12-16 14:51:21 +0000 |
---|---|---|
committer | obache <obache> | 2011-12-16 14:51:21 +0000 |
commit | 2c4d2ffe084662b2b3be8960fb8b53e94099deb4 (patch) | |
tree | 22a29841d00bc38502ffeccd081c928e6a81bf98 /www/php-phrasea2 | |
parent | d18d4084d960eec9d3a4bd4d4a25270ab436269e (diff) | |
download | pkgsrc-2c4d2ffe084662b2b3be8960fb8b53e94099deb4.tar.gz |
convert to usual style for php/ext.mk.
Diffstat (limited to 'www/php-phrasea2')
-rw-r--r-- | www/php-phrasea2/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/php-phrasea2/Makefile b/www/php-phrasea2/Makefile index b2b58300928..d3df1772166 100644 --- a/www/php-phrasea2/Makefile +++ b/www/php-phrasea2/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2011/10/13 12:24:33 dholland Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/16 14:51:21 obache Exp $ # .include "../../www/phraseanet/Makefile.common" MODNAME= phrasea2 -PKGNAME= ${PHP_PKG_PREFIX}-${MODNAME}-${PHP_BASE_VERS}.${VERS} +PECL_VERSION= ${VERS} PKG_DESTDIR_SUPPORT= user-destdir EXTRACT_ELEMENTS= ${DISTNAME}/bin/src/php_phrasea2 USE_LANGUAGES= c c++ @@ -12,8 +12,4 @@ USE_LANGUAGES= c c++ .include "../../lang/php/ext.mk" .include "../../mk/mysql.buildlink3.mk" .include "../../devel/libuuid/buildlink3.mk" - -# php/ext.mk changes this, set it back (XXX) -DISTINFO_FILE=${.CURDIR}/distinfo - .include "../../mk/bsd.pkg.mk" |