diff options
Diffstat (limited to '')
-rw-r--r-- | mail/exmh2/Makefile | 6 | ||||
-rw-r--r-- | misc/ewipe/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index 3ae91a6524c1..ac6994e636d1 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -1,5 +1,4 @@ # New ports collection Makefile for: exmh2 -# Version required: 2.1.1 # Date created: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # @@ -7,7 +6,8 @@ # # "?=" lines are for sharing this Makefile with japanese/exmh2. -DISTNAME= exmh-2.1.1 +PORTNAME= exmh +PORTVERSION= 2.1.1 CATEGORIES?= mail tk82 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ @@ -49,7 +49,7 @@ RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail # mail/faces # audio/rplay -PLIST_SUB= EXMH_VERSION=2.1.1 +PLIST_SUB= EXMH_VERSION=${PORTVERSION} MAN1= exmh.1 diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 672e69771bfc..e86b08b9efcb 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/ |