aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-DateTime-Format-Japanese
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-06 11:43:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-06 11:43:02 +0000
commit9379a75ce1dcf8b82c0aa93043a69bef21d73588 (patch)
treeeca67edcaee37fced01294eb841d5008ffec12c4 /japanese/p5-DateTime-Format-Japanese
parent49b8a762e304185190a187a47c2a2a1e47f9094e (diff)
downloadports-9379a75ce1dcf8b82c0aa93043a69bef21d73588.tar.gz
ports-9379a75ce1dcf8b82c0aa93043a69bef21d73588.zip
Restore language specific package prefix. This has been erroneously removed
during the staging conversion. Sorry about the noise.
Notes
Notes: svn path=/head/; revision=343035
Diffstat (limited to 'japanese/p5-DateTime-Format-Japanese')
-rw-r--r--japanese/p5-DateTime-Format-Japanese/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/p5-DateTime-Format-Japanese/Makefile b/japanese/p5-DateTime-Format-Japanese/Makefile
index d1a1de8e16c7..10002ac32391 100644
--- a/japanese/p5-DateTime-Format-Japanese/Makefile
+++ b/japanese/p5-DateTime-Format-Japanese/Makefile
@@ -6,7 +6,6 @@ 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
@@ -21,4 +20,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>