summaryrefslogtreecommitdiff
path: root/www/php-phrasea2
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-12-16 14:51:21 +0000
committerobache <obache@pkgsrc.org>2011-12-16 14:51:21 +0000
commitc0ad91b46d1846235eab2e0f4cf6c74980e5348d (patch)
tree22a29841d00bc38502ffeccd081c928e6a81bf98 /www/php-phrasea2
parent567bd123b5f9a4f769bcc88b7c4d9cb4b04dd842 (diff)
downloadpkgsrc-c0ad91b46d1846235eab2e0f4cf6c74980e5348d.tar.gz
convert to usual style for php/ext.mk.
Diffstat (limited to 'www/php-phrasea2')
-rw-r--r--www/php-phrasea2/Makefile8
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"