diff options
author | knu <knu@FreeBSD.org> | 2000-08-28 00:52:51 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-28 00:52:51 +0800 |
commit | 87bb6d5b26b454f303ea18048a3ae258c6a90612 (patch) | |
tree | 8e485234214af003ac54cba7bb701d704a65188b /japanese/p5-Jcode | |
parent | f79ce80cfb927caf5219af96649042f14597269f (diff) | |
download | freebsd-ports-gnome-87bb6d5b26b454f303ea18048a3ae258c6a90612.tar.gz freebsd-ports-gnome-87bb6d5b26b454f303ea18048a3ae258c6a90612.tar.zst freebsd-ports-gnome-87bb6d5b26b454f303ea18048a3ae258c6a90612.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
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index 3e8f0df05a7c..b8b9a3862ede 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -10,7 +10,6 @@ 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 @@ -24,6 +23,10 @@ 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}" @@ -32,4 +35,4 @@ do-configure: ${PERL} -pi -e "s:CC = cc:CC = ${CC}:g" ${WRKSRC}/${DIR}/Makefile .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |