aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-nkf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/p5-nkf/Makefile')
-rw-r--r--japanese/p5-nkf/Makefile12
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>