summaryrefslogtreecommitdiff
path: root/japanese/p5-PDFJ/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-10-24 07:46:28 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-10-24 07:46:28 +0000
commitf3162438a756b37c4ab66def66b49827d6ccd2a4 (patch)
tree89aed86fc987b86d6ee9a2c05813711903bd633d /japanese/p5-PDFJ/Makefile
parentUpdate MASTER_SITES and add WWW. (diff)
Make this module "perl -w" friendly.
Respect $PKGNAMEPREFIX in ../Makefile.inc.
Notes
Notes: svn path=/head/; revision=68711
Diffstat (limited to 'japanese/p5-PDFJ/Makefile')
-rw-r--r--japanese/p5-PDFJ/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/p5-PDFJ/Makefile b/japanese/p5-PDFJ/Makefile
index b0e01b7db362..aaa50100612e 100644
--- a/japanese/p5-PDFJ/Makefile
+++ b/japanese/p5-PDFJ/Makefile
@@ -7,9 +7,9 @@
PORTNAME= PDFJ
PORTVERSION= 0.6
+PORTREVISION= 1
CATEGORIES= japanese perl5
MASTER_SITES= http://hp1.jonex.ne.jp/%7Enakajima.yasushi/archives/
-PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
@@ -17,4 +17,8 @@ USE_ZIP= YES
PERL_CONFIGURE= YES
WRKSRC= ${WRKDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>