diff options
Diffstat (limited to 'www')
-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" |