summaryrefslogtreecommitdiff
path: root/japanese/p5-Jcode
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-02 06:46:31 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-02 06:46:31 +0000
commit0bc4a017448ec5ce0e1e450a3343c3338c818f97 (patch)
tree3f9cd8a6e4bcdd7edebfb706fdfc1343005e2316 /japanese/p5-Jcode
parentUse PERL_CONFIGURE. (diff)
Use PERL_CONFIGURE.
Left out by: vanilla ;)
Notes
Notes: svn path=/head/; revision=38958
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r--japanese/p5-Jcode/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile
index edd074b08846..0ca18fdb1bab 100644
--- a/japanese/p5-Jcode/Makefile
+++ b/japanese/p5-Jcode/Makefile
@@ -16,9 +16,9 @@ MAINTAINER= kuriyama@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
-USE_PERL5= yes
USE_ZIP= yes
+PERL_CONFIGURE= yes
MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \
Jcode::Unicode::NoXS.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
@@ -27,11 +27,9 @@ MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- CC="${CC}" CCFLAGS="${CFLAGS}"
+post-configure:
.for DIR in Unicode Jcode
- ${PERL} -pi -e "s:CCFLAGS = :CCFLAGS = ${CFLAGS}:g ; \
+ ${PERL} -pi -e "s:CCFLAGS = :CCFLAGS = ${CFLAGS} :g ; \
s:CC = cc:CC = ${CC}:g" ${WRKSRC}/${DIR}/Makefile
.endfor