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-Text-Kakasi | |
parent | efab284842059f46927b31ae9f4346817ec1a98d (diff) | |
download | ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.tar.gz ports-939eab9dd083f1ded04b0cee7244d050e4260d2a.zip |
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
No response from: ports list, PW
Notes
Notes:
svn path=/head/; revision=32029
Diffstat (limited to 'japanese/p5-Text-Kakasi')
-rw-r--r-- | japanese/p5-Text-Kakasi/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile index e3c701b83fb9..2dc0b10ae4a3 100644 --- a/japanese/p5-Text-Kakasi/Makefile +++ b/japanese/p5-Text-Kakasi/Makefile @@ -9,6 +9,7 @@ PORTNAME= Text-Kakasi PORTVERSION= 1.04 CATEGORIES= japanese perl5 MASTER_SITES= http://www.daionet.gr.jp/~knok/kakasi/ +PKGNAMEPREFIX= p5- MAINTAINER= knu@FreeBSD.org @@ -19,12 +20,8 @@ USE_PERL5= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Text::Kakasi.3 -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ CC="${CC}" CCFLAGS="${CFLAGS}" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |