summaryrefslogtreecommitdiff
path: root/japanese/nkf/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-09-28 16:20:05 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-09-28 16:20:05 +0000
commitb2d85f45daf55bb7450f81e80b4ec0447e13bba5 (patch)
tree9d7f4529fdb204d2de0aabdde790f48af9925ac0 /japanese/nkf/Makefile
parent- use INSTALL_PROGRAM and INSTALL_MAN in Makefile (diff)
Upgrade, 1.6 -> 1.62.
Installation of the custom makefile is done in post-extract: instead of pre-patch:.
Notes
Notes: svn path=/head/; revision=3893
Diffstat (limited to 'japanese/nkf/Makefile')
-rw-r--r--japanese/nkf/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/nkf/Makefile b/japanese/nkf/Makefile
index aba406ae0439..42d37117ace5 100644
--- a/japanese/nkf/Makefile
+++ b/japanese/nkf/Makefile
@@ -3,17 +3,17 @@
# Date created: 5 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/09/17 15:07:40 max Exp $
+# $Id: Makefile,v 1.10 1996/09/18 12:36:53 max Exp $
#
-DISTNAME= nkf-1.6
-PKGNAME= jp-nkf-1.6
+DISTNAME= nkf-1.62
+PKGNAME= jp-nkf-1.62
CATEGORIES+= japanese
MASTER_SITES= http://www.sfc.wide.ad.jp/~max/FreeBSD/ports/distfiles/
MAINTAINER= max@FreeBSD.ORG
-pre-patch:
+post-extract:
@echo "===> Installing custom Makefile for ${DISTNAME}"
@(cp ${FILESDIR}/Makefile ${WRKSRC})