summaryrefslogtreecommitdiff
path: root/japanese/p5-mkres
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-27 06:13:35 +0000
commit939eab9dd083f1ded04b0cee7244d050e4260d2a (patch)
tree535eb5cc0b733088584c84d1c018df3c8376f98d /japanese/p5-mkres
parentPoint people at a different webpage as this one has the TIS Firewall (diff)
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from: ports list, PW
Notes
Notes: svn path=/head/; revision=32029
Diffstat (limited to 'japanese/p5-mkres')
-rw-r--r--japanese/p5-mkres/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/p5-mkres/Makefile b/japanese/p5-mkres/Makefile
index 25f08e3351ee..e027722fb1fd 100644
--- a/japanese/p5-mkres/Makefile
+++ b/japanese/p5-mkres/Makefile
@@ -9,8 +9,9 @@ PORTNAME= mkres
PORTVERSION= 1.4
CATEGORIES= japanese perl5
MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/
-EXTRACT_SUFX= # none
+PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}.pl-${PORTVERSION}
+EXTRACT_SUFX= # none
MAINTAINER= taoka@FreeBSD.org
@@ -19,10 +20,6 @@ RUN_DEPENDS= mkttfdir:${PORTSDIR}/print/perlftlib
USE_PERL5= yes
NO_WRKSUBDIR= yes
-.include <bsd.port.pre.mk>
-
-PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
-
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKDIR}
@@ -39,4 +36,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${PREFIX}/bin/mkres.pl
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>