diff options
author | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
commit | bbefe911602a99ae8eef0107c5a54a1238569918 (patch) | |
tree | e6a784c6fcf9fb5518d628b989fe84202164cacf /japanese/p5-Jcode | |
parent | df90bfb709b014707e299439696404a9c2b543f8 (diff) | |
download | freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.gz freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.zst freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.zip |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index ae3aefc3ba6e..42822a4ba819 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: Jcode -# Version required: 0.60 # Date created: 7 Nov 1999 # Whom: Jun Kuriyama <kuriyama@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= Jcode-0.60 -PKGNAME= ja-p5-Jcode-0.60 +PORTNAME= Jcode +PORTVERSION= 0.60 CATEGORIES= japanese perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI @@ -24,7 +23,11 @@ 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 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |