summaryrefslogtreecommitdiff
path: root/japanese/nkf/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2003-02-03 08:43:32 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2003-02-03 08:43:32 +0000
commita82e71689faf81f3ae68d2a334a15b13855f60d2 (patch)
tree4ad0eb5481dbc14a33bd331478b3cd3861ea472e /japanese/nkf/Makefile
parentNew port: graphics/gmt (diff)
Upgrade to 2.02.
Submitted by: nork Reviewed & revised by: max PR: 47555
Notes
Notes: svn path=/head/; revision=74553
Diffstat (limited to 'japanese/nkf/Makefile')
-rw-r--r--japanese/nkf/Makefile23
1 files changed, 3 insertions, 20 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile
index d6bcdffed67f..3a2cce3ae198 100644
--- a/japanese/nkf/Makefile
+++ b/japanese/nkf/Makefile
@@ -6,32 +6,15 @@
#
PORTNAME= nkf
-PORTVERSION= 1.92
-PORTREVISION= 1
+PORTVERSION= 2.02
CATEGORIES= japanese
-MASTER_SITES= ftp://ftp.ie.u-ryukyu.ac.jp/pub/software/kono/
-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
-EXTRACT_SUFX= .shar
+MASTER_SITES= http://www01.tcp-ip.or.jp/~furukawa/nkf_utf8/
+DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:S/./-/}
MAINTAINER= max@FreeBSD.org
-EXTRACT_CMD= ${SH}
-EXTRACT_BEFORE_ARGS= # Empty
-EXTRACT_AFTER_ARGS= > /dev/null
-
-NO_WRKSUBDIR= yes
MAN1= nkf.1
MANLANG= "" ja
ALL_TARGET= nkf
-do-extract:
- @${RM} -rf ${WRKDIR}
- @${MKDIR} ${WRKDIR}/NKF
- @for file in ${EXTRACT_ONLY}; do \
- if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\
- then \
- exit 1; \
- fi \
- done
-
.include <bsd.port.mk>