aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1997-10-23 21:09:12 +0800
committeritojun <itojun@FreeBSD.org>1997-10-23 21:09:12 +0800
commit4d784f02288c13cedf7ade73e746ba2432435bac (patch)
tree44d312f68914731488274b4ac4bf020176ae57dd /japanese
parent8f0b050c19a9410fbbff517a7779e857802ba624 (diff)
downloadfreebsd-ports-gnome-4d784f02288c13cedf7ade73e746ba2432435bac.tar.gz
freebsd-ports-gnome-4d784f02288c13cedf7ade73e746ba2432435bac.tar.zst
freebsd-ports-gnome-4d784f02288c13cedf7ade73e746ba2432435bac.zip
original distribution updated (0.4.7)
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ewipe/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile
index 5edfac4c3cba..63134edb0257 100644
--- a/japanese/ewipe/Makefile
+++ b/japanese/ewipe/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: ewipe
-# Version required: 0.4.3
+# Version required: 0.4.7
# Date created: 17 October 1997
# Whom: itojun@itojun.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/10/17 13:02:48 itojun Exp $
#
-DISTNAME= ewipe0.4.4
-PKGNAME= ewipe-0.4.4
+DISTNAME= ewipe0.4.7
+PKGNAME= ewipe-0.4.7
CATEGORIES= japanese x11
MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/
@@ -22,11 +22,11 @@ do-install:
${MKDIR} ${PREFIX}/lib/ewipe
${MKDIR} ${PREFIX}/share/doc/ewipe
${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/viewer.tcl ${PREFIX}/lib/ewipe
- ${INSTALL_DATA} ${WRKSRC}/tclIndex ${PREFIX}/lib/ewipe
+ for i in viewer.tcl edittable.tcl tclIndex; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \
+ done
.if !defined(NOPORTDOCS)
- for i in dot.ewipe README Changes ewipe_sample.ewp \
- ewipe_sample2.ewp; do\
+ for i in dot.ewipe README Changes sample.ewp; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \
done
.endif