From 8563c1e17ac296aaadd3754173b82f112628b3c5 Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 28 Oct 1997 02:39:21 +0000 Subject: original distribution updated. (0.4.8 -> 0.5.0) --- japanese/ewipe/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'japanese') diff --git a/japanese/ewipe/Makefile b/japanese/ewipe/Makefile index 9cd7a031c149..6d95705509a2 100644 --- a/japanese/ewipe/Makefile +++ b/japanese/ewipe/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: ewipe -# Version required: 0.4.8 +# Version required: 0.5.0 # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.2 1997/10/23 13:09:09 itojun Exp $ +# $Id: Makefile,v 1.3 1997/10/24 05:57:15 itojun Exp $ # -DISTNAME= ewipe0.4.8 -PKGNAME= ewipe-0.4.8 +DISTNAME= ewipe0.5.0 +PKGNAME= ewipe-0.5.0 CATEGORIES= japanese x11 MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/ @@ -26,7 +26,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \ done .if !defined(NOPORTDOCS) - for i in dot.ewipe README Changes sample.ewp; do \ + for i in README Changes blue1.gif dot.ewipe sample.ewp; do \ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \ done .endif -- cgit