diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-06 07:49:00 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-06 07:49:00 +0000 |
commit | aaaa97b9b8c839514a3e7f91a58dce7441c799d1 (patch) | |
tree | 386fa9e08eeb128fd9dce3fddb35551a1168798e /misc/ewipe | |
parent | cc3104fdebf787c22390108d2cb0ae104521585d (diff) | |
download | FreeBSD-ports-aaaa97b9b8c839514a3e7f91a58dce7441c799d1.zip FreeBSD-ports-aaaa97b9b8c839514a3e7f91a58dce7441c799d1.tar.gz |
Update to version 1.1.0
Diffstat (limited to 'misc/ewipe')
-rw-r--r-- | misc/ewipe/Makefile | 16 | ||||
-rw-r--r-- | misc/ewipe/distinfo | 2 | ||||
-rw-r--r-- | misc/ewipe/pkg-plist | 2 |
3 files changed, 7 insertions, 13 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index d3f0372..5174770 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ewipe -# Version required: 1.0.0 +# Version required: 1.1.0 # Date created: 17 October 1997 # Whom: itojun@itojun.org # -# $Id: Makefile,v 1.14 1998/08/07 23:56:40 asami Exp $ +# $Id: Makefile,v 1.15 1999/03/08 08:27:05 itojun Exp $ # -DISTNAME= ewipe-1.0.0 +DISTNAME= ewipe-1.1.0 CATEGORIES= misc tk42 MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ http://freefall.freebsd.org/~itojun/distfiles/ @@ -15,20 +15,14 @@ MAINTAINER= itojun@itojun.org #RUN_DEPENDS= wish4.2:${PORTSDIR}/x11-toolkits/tk42 +NO_BUILD= YES TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex -DOCS= README Changes dot.ewipe +DOCS= README Changes.jp dot.ewipe SAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \ tutorial.ewp KANJI?= no -do-build: -.if ${KANJI} != yes - for i in edittable.tcl ewipe viewer.tcl; do\ - ed ${WRKSRC}/$$i < ${SCRIPTDIR}/nokanji.ed;\ - done -.endif - do-install: ${MKDIR} ${PREFIX}/lib/ewipe ${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin diff --git a/misc/ewipe/distinfo b/misc/ewipe/distinfo index b234f5d..d32ccb2 100644 --- a/misc/ewipe/distinfo +++ b/misc/ewipe/distinfo @@ -1 +1 @@ -MD5 (ewipe-1.0.0.tar.gz) = a0606a1ad7b1c0b34d9606415443c0af +MD5 (ewipe-1.1.0.tar.gz) = 1e6e709334f35e9655a7d962c1bb471f diff --git a/misc/ewipe/pkg-plist b/misc/ewipe/pkg-plist index d621317..fce0da3 100644 --- a/misc/ewipe/pkg-plist +++ b/misc/ewipe/pkg-plist @@ -4,7 +4,7 @@ lib/ewipe/edittable.tcl lib/ewipe/setpointer.tcl lib/ewipe/viewer.tcl lib/ewipe/tclIndex -share/doc/ewipe/Changes +share/doc/ewipe/Changes.jp share/doc/ewipe/README share/doc/ewipe/dot.ewipe share/doc/ewipe/sample/a1.gif |