diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-09 19:18:16 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-09 19:18:16 +0000 |
commit | 0e1d78ab1a9feac996c4be8a3435150380c9c3dd (patch) | |
tree | 52bdccfe8d8be947736092a2637016104acf33e3 | |
parent | 2b40d5332781012130ff285d547e33a65cde1094 (diff) | |
download | FreeBSD-ports-0e1d78ab1a9feac996c4be8a3435150380c9c3dd.zip FreeBSD-ports-0e1d78ab1a9feac996c4be8a3435150380c9c3dd.tar.gz |
Update port to 4.2
-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 fc9df35..629c9e2 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 d5be02f..ac98d26 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 3f478e4..f501442 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> |