summaryrefslogtreecommitdiff
path: root/japanese/p5-mkres
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-27 16:52:51 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-27 16:52:51 +0000
commit2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05 (patch)
tree9b1e47232ef5d5948a1c3465db51086898b8c450 /japanese/p5-mkres
parentAdd the db3 port. (diff)
Back out the previous commit. That one has a problem which occurs on
cross-language master-slave ports. I just wonder how I could overlook this. I thought I tested with Wnn, netscape and so on. *sigh* Yes, I know how I can fix it, but I'd certainly back out first. Reported by: steve Pointy hat to: knu
Notes
Notes: svn path=/head/; revision=32040
Diffstat (limited to 'japanese/p5-mkres')
-rw-r--r--japanese/p5-mkres/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/p5-mkres/Makefile b/japanese/p5-mkres/Makefile
index e027722fb1fd..25f08e3351ee 100644
--- a/japanese/p5-mkres/Makefile
+++ b/japanese/p5-mkres/Makefile
@@ -9,9 +9,8 @@ PORTNAME= mkres
PORTVERSION= 1.4
CATEGORIES= japanese perl5
MASTER_SITES= http://ftp.infonets.hiroshima-u.ac.jp/~taoka/FreeBSD/tt/
-PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}.pl-${PORTVERSION}
EXTRACT_SUFX= # none
+DISTNAME= ${PORTNAME}.pl-${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
@@ -20,6 +19,10 @@ 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}
@@ -36,4 +39,4 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${PREFIX}/bin/mkres.pl
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>