diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-10 02:54:55 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-10 02:54:55 +0000 |
commit | f975250e52e0aeba2f8a31b131932cbf18e6f05e (patch) | |
tree | 1ac66b88f46cb68251a02924df0dfc98b29846ca /japanese/p5-Jcode | |
parent | 4ef5640eae89ab7e37d4157d09edca2f59876c41 (diff) | |
download | freebsd-ports-f975250e52e0aeba2f8a31b131932cbf18e6f05e.zip |
Unbreak about $PKGNAMEPREFIX recursion.
Found by: freshports
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index f30b6bd824c4..ee9941632ce8 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -18,8 +18,6 @@ PERL_CONFIGURE= yes MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \ Jcode::Unicode::NoXS.3 -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - post-configure: .for DIR in Unicode ${PERL} -pi -e "s:CCFLAGS = :CCFLAGS = ${CFLAGS} :g ; \ @@ -28,6 +26,8 @@ post-configure: .include <bsd.port.pre.mk> +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + .if ${PERL_LEVEL} < 500804 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 |