aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-nkf
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-nkf
parentfc38456d467f7e1852bd07dde4c376f32be3eae8 (diff)
downloadports-2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05.tar.gz
ports-2e87c89fc5e16deb207adcbb0f7cbb1f27cfed05.zip
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-nkf')
-rw-r--r--japanese/p5-nkf/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile
index 4dbbe86515e4..a1c5e6fb82ad 100644
--- a/japanese/p5-nkf/Makefile
+++ b/japanese/p5-nkf/Makefile
@@ -11,9 +11,8 @@ CATEGORIES= japanese perl5
MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ \
ftp://ftp.win.ne.jp/pub/misc/ \
ftp://ftp.eos.hokudai.ac.jp/pub/tools/code-conv/nkf/
-PKGNAMEPREFIX= p5-
-DISTNAME= ${PORTNAME}171
EXTRACT_SUFX= .shar
+DISTNAME= ${PORTNAME}171
MAINTAINER= max@FreeBSD.org
@@ -26,8 +25,12 @@ WRKSRC= ${WRKDIR}/NKF
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= NKF.3
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
CC="${CC}" CCFLAGS="${CFLAGS}"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>