diff options
author | obache <obache@pkgsrc.org> | 2011-12-16 14:51:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-16 14:51:21 +0000 |
commit | c0ad91b46d1846235eab2e0f4cf6c74980e5348d (patch) | |
tree | 22a29841d00bc38502ffeccd081c928e6a81bf98 /www | |
parent | 567bd123b5f9a4f769bcc88b7c4d9cb4b04dd842 (diff) | |
download | pkgsrc-c0ad91b46d1846235eab2e0f4cf6c74980e5348d.tar.gz |
convert to usual style for php/ext.mk.
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" |