summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-12-05 03:15:03 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1997-12-05 03:15:03 +0000
commite8b531adffaae83e62f6ecfa61884676eed579f3 (patch)
tree03d20ff8759748632c01fa8418ee28260ee261ad /japanese
parentYet another port that now installs shlib version 1.2. Thomas, can you (diff)
original distribution updated to 0.6.0.
Notes
Notes: svn path=/head/; revision=8998
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ewipe/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile
index 08d03f8d01ed..805189389c5b 100644
--- a/japanese/ewipe/Makefile
+++ b/japanese/ewipe/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: ewipe
-# Version required: 0.5.0
+# Version required: 0.6.0
# Date created: 17 October 1997
# Whom: itojun@itojun.org
#
-# $Id: Makefile,v 1.4 1997/10/28 02:39:19 itojun Exp $
+# $Id: Makefile,v 1.5 1997/10/28 22:39:03 itojun Exp $
#
-DISTNAME= ewipe0.5.0
-PKGNAME= ja-ewipe-0.5.0
+DISTNAME= ewipe0.6.0
+PKGNAME= ja-ewipe-0.6.0
CATEGORIES= japanese x11
MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/
@@ -22,7 +22,7 @@ do-install:
${MKDIR} ${PREFIX}/lib/ewipe
${MKDIR} ${PREFIX}/share/doc/ewipe
${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
- for i in viewer.tcl edittable.tcl tclIndex; do \
+ for i in edittable.tcl setpointer.tcl viewer.tcl tclIndex; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \
done
.if !defined(NOPORTDOCS)