diff options
author | obache <obache@pkgsrc.org> | 2011-12-19 03:04:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-12-19 03:04:13 +0000 |
commit | 94753badc8843b78ba99f071cd4cf52151b56f83 (patch) | |
tree | bc6a346267ca7ede2b94bb282a7c5bdcb73a3744 /www | |
parent | b7fe6bcceea811b0ddc2065f3b011df1e6e4e913 (diff) | |
download | pkgsrc-94753badc8843b78ba99f071cd4cf52151b56f83.tar.gz |
more clean up
* let DISTNAME to sync with base pkg version.
* DISTINFO_FILE is not overwrite by php/ext.mk, so no need to set here.
* reset DIST_SUBDIR, to share DISTFILES with base package.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-phrasea2/Makefile | 6 | ||||
-rw-r--r-- | www/php-phrasea2/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/php-phrasea2/Makefile b/www/php-phrasea2/Makefile index 9fe44721a0e..506a99770f3 100644 --- a/www/php-phrasea2/Makefile +++ b/www/php-phrasea2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/12/18 21:09:27 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2011/12/19 03:04:13 obache Exp $ # .include "../../www/phraseanet/Makefile.common" @@ -14,8 +14,8 @@ USE_LANGUAGES= c c++ # php/ext.mk trashes these, preventing the package from building, # so set them back again afterwards. grr -DISTNAME= phraseanet-v3.1.4-linux -DISTINFO_FILE= ${.CURDIR}/distinfo +DISTNAME= phraseanet-v${VERS}-linux +DIST_SUBDIR= #empty # This seems to now be needed though it wasn't before... WRKSRC=${WRKDIR}/${DISTNAME}/bin/src/php_phrasea2 diff --git a/www/php-phrasea2/distinfo b/www/php-phrasea2/distinfo index d3f0173a3d0..91731544a00 100644 --- a/www/php-phrasea2/distinfo +++ b/www/php-phrasea2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.3 2011/12/18 21:09:27 dholland Exp $ +$NetBSD: distinfo,v 1.4 2011/12/19 03:04:13 obache Exp $ -SHA1 (php-phrasea2/phraseanet-v3.1.4-linux.tar.gz) = 46e423c87b4ba74a24ff8ebc9214c83ece1ec628 -RMD160 (php-phrasea2/phraseanet-v3.1.4-linux.tar.gz) = 3a2389b8effd0e6882f5d98eb70fe8fb55989114 -Size (php-phrasea2/phraseanet-v3.1.4-linux.tar.gz) = 73712035 bytes +SHA1 (phraseanet-v3.1.4-linux.tar.gz) = 46e423c87b4ba74a24ff8ebc9214c83ece1ec628 +RMD160 (phraseanet-v3.1.4-linux.tar.gz) = 3a2389b8effd0e6882f5d98eb70fe8fb55989114 +Size (phraseanet-v3.1.4-linux.tar.gz) = 73712035 bytes SHA1 (patch-aa) = 6bc09ea363ad4c86c203cc6226cd47e2fa2f9302 SHA1 (patch-ab) = cdddd3666814571047f5cdb8abe00caff4dc6896 SHA1 (patch-ad) = 7cf1aeb8fce89aa94bc849dcb4e9c0eb49bf108d |