diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-04-09 21:56:11 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-04-09 21:56:11 +0000 |
commit | 461653d1fa890b4b2e532172e7af376823528c09 (patch) | |
tree | 277e659ab77d0902beefab5a20672baa838bcff5 /mail | |
parent | de082ddab624740aa066fb9c048eb5c3eb808ed7 (diff) | |
download | ports-461653d1fa890b4b2e532172e7af376823528c09.tar.gz ports-461653d1fa890b4b2e532172e7af376823528c09.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mboxgrep/Makefile | 4 | ||||
-rw-r--r-- | mail/mboxgrep/distinfo | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 6bc064195414..10f42f69631f 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mboxgrep -PORTVERSION= 0.7.7 +PORTVERSION= 0.7.8 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,6 +18,8 @@ COMMENT= Utility to scan mailboxes for messages matching a regular expression LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .endif +WRKSRC= ${WRKDIR}/${PORTNAME} + GNU_CONFIGURE= yes CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/mail/mboxgrep/distinfo b/mail/mboxgrep/distinfo index f674351f8e12..11bee7be5fec 100644 --- a/mail/mboxgrep/distinfo +++ b/mail/mboxgrep/distinfo @@ -1 +1 @@ -MD5 (mboxgrep-0.7.7.tar.gz) = d9dd92b6c4fdc617898ad141811e2412 +MD5 (mboxgrep-0.7.8.tar.gz) = efb1137bd408558f00a8641e268af6b0 |