diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-16 14:09:28 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-05-16 14:09:28 +0000 |
commit | 624e583e50b094573045c0cd48ba7dbe732ecbbb (patch) | |
tree | 62fbf650e1da608cef8cc2d58b0eb30a75c080a7 /mail/grepmail | |
parent | bfffba5d1ff07eec71d9f1daf4a57b8cd24a70f5 (diff) |
Update port to 4.40
Notes
Notes:
svn path=/head/; revision=28484
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/Makefile | 13 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index b3a04329ae66..cfad8ebc1060 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,25 +6,24 @@ # PORTNAME= grepmail -PORTVERSION= 4.31 +PORTVERSION= 4.40 CATEGORIES= mail MASTER_SITES= http://download.sourceforge.net/grepmail/ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate +RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate + MAINTAINER= jedgar@FreeBSD.org USE_PERL5= yes -NO_BUILD= yes -POD2MAN?= /usr/bin/pod2man MAN1= grepmail.1 do-configure: - @${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail.DP - @cd ${WRKSRC} && ${CP} grepmail.DP grepmail - @cd ${WRKSRC} && ${POD2MAN} grepmail > grepmail.1 + @cd ${WRKSRC} && ${PERL} Makefile.PL do-install: ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/grepmail.1 ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1 .include <bsd.port.mk> diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index c79bbf500e97..92f5166b499c 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.31.tar.gz) = b70b0dedbf6a4c68b2cddd2d0e629f96 +MD5 (grepmail-4.40.tar.gz) = 3902d0fbeadc54f28100674cab1eac0b |