diff options
author | knu <knu@FreeBSD.org> | 2000-08-27 16:52:51 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-27 16:52:51 +0000 |
commit | 87bb6d5b26b454f303ea18048a3ae258c6a90612 (patch) | |
tree | 8e485234214af003ac54cba7bb701d704a65188b /japanese/p5-mkres | |
parent | f79ce80cfb927caf5219af96649042f14597269f (diff) | |
download | FreeBSD-ports-87bb6d5b26b454f303ea18048a3ae258c6a90612.zip FreeBSD-ports-87bb6d5b26b454f303ea18048a3ae258c6a90612.tar.gz |
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
Diffstat (limited to 'japanese/p5-mkres')
-rw-r--r-- | japanese/p5-mkres/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/p5-mkres/Makefile b/japanese/p5-mkres/Makefile index e027722..25f08e3 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> |