diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 17:01:47 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 17:01:47 +0800 |
commit | 0e16b11adb4ca52a7401b3925c499d04164f319e (patch) | |
tree | 275530ff42181f4d0b8ff7b52d69aeea12bbba95 /mail/exmh2/Makefile | |
parent | 903eade366b5128d8d04758fe83e616a764c9b79 (diff) | |
download | freebsd-ports-gnome-0e16b11adb4ca52a7401b3925c499d04164f319e.tar.gz freebsd-ports-gnome-0e16b11adb4ca52a7401b3925c499d04164f319e.tar.zst freebsd-ports-gnome-0e16b11adb4ca52a7401b3925c499d04164f319e.zip |
Update with PORTNAME/PORTVERSION and get happy with its slave.
Diffstat (limited to 'mail/exmh2/Makefile')
-rw-r--r-- | mail/exmh2/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |