diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-09 19:18:16 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-09 19:18:16 +0000 |
commit | 1aa645ef2404e7a1be0a41d9c07f294da8beb1d5 (patch) | |
tree | a97208a75d733b9bceae7a3cc9baf0189d24d929 /mail/grepmail | |
parent | 2dea86901a59ba54c4ff5bcc295b52dd1a2f466b (diff) |
Update port to 4.2
Notes
Notes:
svn path=/head/; revision=25622
Diffstat (limited to 'mail/grepmail')
-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> |