diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/p5-nkf/Makefile | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Notes
Diffstat (limited to 'japanese/p5-nkf/Makefile')
-rw-r--r-- | japanese/p5-nkf/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/japanese/p5-nkf/Makefile b/japanese/p5-nkf/Makefile index a5c2568ae63e..acb6215ab220 100644 --- a/japanese/p5-nkf/Makefile +++ b/japanese/p5-nkf/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: p5-nkf -# Version required: 0.01 # Date created: 23 Feb 2000 # Whom: max # # $FreeBSD$ # -DISTNAME= nkf171 -PKGNAME= ja-p5-nkf-0.01 +PORTNAME= nkf +PORTVERSION= 0.01 CATEGORIES= japanese perl5 MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/ \ ftp://ftp.win.ne.jp/pub/misc/ \ ftp://ftp.eos.hokudai.ac.jp/pub/tools/code-conv/nkf/ EXTRACT_SUFX= .shar +DISTNAME= ${PORTNAME}171 MAINTAINER= max@FreeBSD.org @@ -25,7 +25,11 @@ WRKSRC= ${WRKDIR}/NKF MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= NKF.3 +.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> |