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-Jcode | |
parent | efab284842059f46927b31ae9f4346817ec1a98d (diff) | |
download | ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.tar.gz ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.zip |
Notes
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index b8b9a3862ede..3e8f0df05a7c 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -10,6 +10,7 @@ PORTVERSION= 0.60 CATEGORIES= japanese perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI +PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org @@ -23,10 +24,6 @@ MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \ Jcode::Unicode::NoXS.3 MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ CC="${CC}" CCFLAGS="${CFLAGS}" @@ -35,4 +32,4 @@ do-configure: ${PERL} -pi -e "s:CC = cc:CC = ${CC}:g" ${WRKSRC}/${DIR}/Makefile .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |