diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-10 03:18:16 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-10 03:18:16 +0800 |
commit | 0e1d78ab1a9feac996c4be8a3435150380c9c3dd (patch) | |
tree | 52bdccfe8d8be947736092a2637016104acf33e3 /mail | |
parent | 2b40d5332781012130ff285d547e33a65cde1094 (diff) | |
download | freebsd-ports-gnome-0e1d78ab1a9feac996c4be8a3435150380c9c3dd.tar.gz freebsd-ports-gnome-0e1d78ab1a9feac996c4be8a3435150380c9c3dd.tar.zst freebsd-ports-gnome-0e1d78ab1a9feac996c4be8a3435150380c9c3dd.zip |
Update port to 4.2
Diffstat (limited to 'mail')
-rw-r--r-- | mail/grepmail/Makefile | 13 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 2 | ||||
-rw-r--r-- | mail/grepmail/pkg-descr | 4 |
3 files changed, 12 insertions, 7 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index fc9df352f5d3..629c9e2ef5c4 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -1,23 +1,28 @@ # New ports collection makefile for: grepmail -# Version required: 4.11 +# Version required: 4.2 # Date created: 20 November 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= grepmail-4.11 +DISTNAME= grepmail-4.2 CATEGORIES= mail -MASTER_SITES= http://www.cs.virginia.edu/~dwc3q/code/ +MASTER_SITES= http://download.sourceforge.net/grepmail/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org NO_BUILD= yes +POD2MAN?= /usr/bin/pod2man + +MAN1= grepmail.1 do-configure: @cd ${WRKSRC} && ${CP} grepmail.DP grepmail + @cd ${WRKSRC} && ${POD2MAN} grepmail > grepmail.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/grepmail.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index d5be02f99edd..ac98d269e0a7 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.11.tar.gz) = d279a94b01c0b277b3d51907d0d6115f +MD5 (grepmail-4.2.tar.gz) = 6d13e92bc8111268c7a5191f871ccc30 diff --git a/mail/grepmail/pkg-descr b/mail/grepmail/pkg-descr index 3f478e4a3625..f501442a42d0 100644 --- a/mail/grepmail/pkg-descr +++ b/mail/grepmail/pkg-descr @@ -2,7 +2,7 @@ Grepmail searches a normal, gzip'd, bzip'd, or tzip'd mailbox for a given regular expression, and returns those emails that match it. Piped input is allowed, and date restrictions are supported. -WWW: http://www.cs.virginia.edu/~dwc3q/code/ +WWW: http://grepmail.sourceforge.net/ - Chris D. Faulhaber -jedgar@fxp.org + <jedgar@FreeBSD.org> |