diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 11:01:32 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 11:01:32 +0000 |
commit | 1c13647f24fecce5479737e3b87bf0e39f28b6ea (patch) | |
tree | 9d3d046aec37f0a050da978750aed28714345014 /japanese | |
parent | 9c93a667ca0efa1919d303cd250bcf93b62ece91 (diff) |
Remove old-fashioned PKGNAMEPREFIX definition
Notes
Notes:
svn path=/head/; revision=343029
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-DateTime-Format-Japanese/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/p5-DateTime-Format-Japanese/Makefile b/japanese/p5-DateTime-Format-Japanese/Makefile index 10002ac32391..d1a1de8e16c7 100644 --- a/japanese/p5-DateTime-Format-Japanese/Makefile +++ b/japanese/p5-DateTime-Format-Japanese/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.04000 CATEGORIES= japanese devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI +PKGNAMEPREFIX= p5- MAINTAINER= markun@onohara.to COMMENT= A Japanese DateTime Formatter @@ -20,8 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |