diff options
author | jedgar <jedgar@FreeBSD.org> | 2001-07-31 19:59:17 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2001-07-31 19:59:17 +0000 |
commit | 309372d7f5e7b55a99279cf15282cb561a01dba4 (patch) | |
tree | 1508a7fc3e2c4cb9cb1f27fd0b77233fb992032e /mail/grepmail | |
parent | baa46b1850659634f4c2bef3aff6a3f0857f038a (diff) | |
download | FreeBSD-ports-309372d7f5e7b55a99279cf15282cb561a01dba4.zip FreeBSD-ports-309372d7f5e7b55a99279cf15282cb561a01dba4.tar.gz |
- update to version 4.50
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)
PR: 29351
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'mail/grepmail')
-rw-r--r-- | mail/grepmail/Makefile | 18 | ||||
-rw-r--r-- | mail/grepmail/distinfo | 2 | ||||
-rw-r--r-- | mail/grepmail/pkg-plist | 2 |
3 files changed, 12 insertions, 10 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 495e4aa..cba2d08 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -6,26 +6,26 @@ # PORTNAME= grepmail -PORTVERSION= 4.48 +PORTVERSION= 4.50 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} +MAINTAINER= jedgar@FreeBSD.org + 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 - +PERL_CONFIGURE= yes USE_PERL5= yes MAN1= grepmail.1 -do-configure: - @${PERL} -pi.orig -e 's|_PERL_|${PERL}|' ${WRKSRC}/grepmail - @cd ${WRKSRC} && ${PERL} Makefile.PL +post-extract: + # we don't want to build the FastReader module + @${RM} -f ${WRKSRC}/FastReader/Makefile.PL -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/grepmail ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/blib/man1/grepmail.1 ${MANPREFIX}/man/man1 +post-patch: + @${PERL} -pi -e 's!<STDIN>!"n"!' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/mail/grepmail/distinfo b/mail/grepmail/distinfo index 0c45bc1..ec3c6b1 100644 --- a/mail/grepmail/distinfo +++ b/mail/grepmail/distinfo @@ -1 +1 @@ -MD5 (grepmail-4.48.tar.gz) = 139ed8ce0fc0fe3e247d663855303826 +MD5 (grepmail-4.50.tar.gz) = 6d4df00c1b52a276d1d8955ba1ecefa1 diff --git a/mail/grepmail/pkg-plist b/mail/grepmail/pkg-plist index 0e33931..281cbfa 100644 --- a/mail/grepmail/pkg-plist +++ b/mail/grepmail/pkg-plist @@ -1 +1,3 @@ bin/grepmail +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/grepmail |