diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-28 02:39:21 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-10-28 02:39:21 +0000 |
commit | 53b5d85f7e97eabafef7921f35887f38d8a47e49 (patch) | |
tree | ebaeb422e26e282502b1530cdbfc9d6e8309bfe4 /japanese | |
parent | f32b596eb06975bfd2b146491179f68ddf582c50 (diff) | |
download | ports-53b5d85f7e97eabafef7921f35887f38d8a47e49.tar.gz ports-53b5d85f7e97eabafef7921f35887f38d8a47e49.zip |
Notes
Diffstat (limited to 'japanese')
-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 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 |