diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 09:01:47 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 09:01:47 +0000 |
commit | 0e16b11adb4ca52a7401b3925c499d04164f319e (patch) | |
tree | 275530ff42181f4d0b8ff7b52d69aeea12bbba95 /misc | |
parent | 903eade366b5128d8d04758fe83e616a764c9b79 (diff) | |
download | FreeBSD-ports-0e16b11adb4ca52a7401b3925c499d04164f319e.zip FreeBSD-ports-0e16b11adb4ca52a7401b3925c499d04164f319e.tar.gz |
Update with PORTNAME/PORTVERSION and get happy with its slave.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ewipe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 672e697..e86b08b 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ewipe -# Version required: 1.1.0 # Date created: 17 October 1997 # Whom: itojun@itojun.org # # $FreeBSD$ # -DISTNAME= ewipe-1.1.0 +PORTNAME= ewipe +PORTVERSION= 1.1.0 CATEGORIES= misc tk42 MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ \ http://freefall.freebsd.org/~itojun/distfiles/ |