diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-12-05 03:15:03 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-12-05 03:15:03 +0000 |
commit | e8b531adffaae83e62f6ecfa61884676eed579f3 (patch) | |
tree | 03d20ff8759748632c01fa8418ee28260ee261ad /japanese/ewipe/Makefile | |
parent | Yet another port that now installs shlib version 1.2. Thomas, can you (diff) |
original distribution updated to 0.6.0.
Diffstat (limited to 'japanese/ewipe/Makefile')
-rw-r--r-- | japanese/ewipe/Makefile | 10 |
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) |