diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-28 10:39:21 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-28 10:39:21 +0800 |
commit | 8563c1e17ac296aaadd3754173b82f112628b3c5 (patch) | |
tree | 0e18e3e5db5854d15ffa104693ebcc9d52c023c0 /misc | |
parent | cc76496c51b4101df4dcc10fafab6bb2da800416 (diff) | |
download | freebsd-ports-gnome-8563c1e17ac296aaadd3754173b82f112628b3c5.tar.gz freebsd-ports-gnome-8563c1e17ac296aaadd3754173b82f112628b3c5.tar.zst freebsd-ports-gnome-8563c1e17ac296aaadd3754173b82f112628b3c5.zip |
original distribution updated. (0.4.8 -> 0.5.0)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ewipe/Makefile | 10 | ||||
-rw-r--r-- | misc/ewipe/distinfo | 2 | ||||
-rw-r--r-- | misc/ewipe/pkg-plist | 1 |
3 files changed, 7 insertions, 6 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 9cd7a031c149..6d95705509a2 100644 --- a/misc/ewipe/Makefile +++ b/misc/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 diff --git a/misc/ewipe/distinfo b/misc/ewipe/distinfo index d4a5153ff6b7..56ecd2fbf80e 100644 --- a/misc/ewipe/distinfo +++ b/misc/ewipe/distinfo @@ -1 +1 @@ -MD5 (ewipe0.4.8.tar.gz) = 0b44081a36facabcea5d7844403a2436 +MD5 (ewipe0.5.0.tar.gz) = 54800351e4b3b0c806a71bcca11af33d diff --git a/misc/ewipe/pkg-plist b/misc/ewipe/pkg-plist index 92f22fc10f7f..4e192530dbc7 100644 --- a/misc/ewipe/pkg-plist +++ b/misc/ewipe/pkg-plist @@ -4,6 +4,7 @@ lib/ewipe/edittable.tcl lib/ewipe/tclIndex share/doc/ewipe/Changes share/doc/ewipe/README +share/doc/ewipe/blue1.gif share/doc/ewipe/dot.ewipe share/doc/ewipe/sample.ewp @dirrm lib/ewipe |