diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 09:01:47 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 09:01:47 +0000 |
commit | a117f705aab9c426c8276e5d495c50d2df2e4695 (patch) | |
tree | 798dbd43cf1d0f63931e2b3c2954784a794a0a62 /mail/exmh2 | |
parent | cda8f4c4a08430cbc1b28774a3c5914e56484997 (diff) | |
download | ports-a117f705aab9c426c8276e5d495c50d2df2e4695.tar.gz ports-a117f705aab9c426c8276e5d495c50d2df2e4695.zip |
Notes
Diffstat (limited to 'mail/exmh2')
-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 |