diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 06:13:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-27 06:13:35 +0000 |
commit | 939eab9dd083f1ded04b0cee7244d050e4260d2a (patch) | |
tree | 535eb5cc0b733088584c84d1c018df3c8376f98d /japanese/p5-nkf | |
parent | efab284842059f46927b31ae9f4346817ec1a98d (diff) | |
download | ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.tar.gz ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.zip |
Notes
Diffstat (limited to 'japanese/p5-nkf')
-rw-r--r-- | japanese/p5-nkf/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile index a1c5e6fb82ad..4dbbe86515e4 100644 --- a/japanese/p5-nkf/Makefile +++ b/japanese/p5-nkf/Makefile @@ -11,8 +11,9 @@ 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/ -EXTRACT_SUFX= .shar +PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}171 +EXTRACT_SUFX= .shar MAINTAINER= max@FreeBSD.org @@ -25,12 +26,8 @@ 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.post.mk> +.include <bsd.port.mk> |