diff options
author | jim <jim@FreeBSD.org> | 1999-11-11 05:28:29 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-11-11 05:28:29 +0800 |
commit | c93fe8085cc8faf24eb27db6104711065cfd2674 (patch) | |
tree | 136f70db38396385451ee60677f3f96f886c7ceb /mail/exmh2/Makefile | |
parent | 1ac2a13f238c3d73ca701c543d9e97bc742c4761 (diff) | |
download | freebsd-ports-gnome-c93fe8085cc8faf24eb27db6104711065cfd2674.tar.gz freebsd-ports-gnome-c93fe8085cc8faf24eb27db6104711065cfd2674.tar.zst freebsd-ports-gnome-c93fe8085cc8faf24eb27db6104711065cfd2674.zip |
Update to version 2.1.1.
PR: 14651
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Diffstat (limited to 'mail/exmh2/Makefile')
-rw-r--r-- | mail/exmh2/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile index c040b0dc15cb..33b59a2f59fd 100644 --- a/mail/exmh2/Makefile +++ b/mail/exmh2/Makefile @@ -1,5 +1,5 @@ # New ports collection Makefile for: exmh2 -# Version required: 2.1.0 +# Version required: 2.1.1 # Date created: 1 Jan 97 # Whom: Peter Wemm <peter@freebsd.org> # @@ -7,7 +7,7 @@ # # "?=" lines are for sharing this Makefile with japanese/exmh2. -DISTNAME= exmh-2.1.0 +DISTNAME= exmh-2.1.1 CATEGORIES?= mail tk80 MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/exmh/ @@ -49,6 +49,8 @@ RUN_DEPENDS+= mmencode:${PORTSDIR}/mail/metamail # mail/faces # audio/rplay +PLIST_SUB= EXMH_VERSION=2.1.1 + MAN1= exmh.1 do-build: |