diff options
author | leeym <leeym@FreeBSD.org> | 2003-12-17 14:52:51 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-12-17 14:52:51 +0800 |
commit | 43e9ce00e4870b379e24f10d326a194deb525dc3 (patch) | |
tree | 32d38e4c9ad95450b5a3051730143b480b23e5b5 /mail/mboxgrep/Makefile | |
parent | b7933573480b2cb4152eef45b490b57e49d44914 (diff) | |
download | freebsd-ports-gnome-43e9ce00e4870b379e24f10d326a194deb525dc3.tar.gz freebsd-ports-gnome-43e9ce00e4870b379e24f10d326a194deb525dc3.tar.zst freebsd-ports-gnome-43e9ce00e4870b379e24f10d326a194deb525dc3.zip |
update to 0.7.9
PR: 56356
Submitted by: leeym
Approved by: maintainer timeout
Diffstat (limited to 'mail/mboxgrep/Makefile')
-rw-r--r-- | mail/mboxgrep/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 10f42f69631f..6202b8bb0f0a 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mboxgrep -PORTVERSION= 0.7.8 +PORTVERSION= 0.7.9 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,15 +18,14 @@ 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" -MAN1= mboxgrep.1 +MAN1= mboxgrep.1 +INFO= mboxgrep -DOCS= ChangeLog NEWS README TODO +DOCS= ChangeLog NEWS README TODO post-install: install-info ${PREFIX}/info/mboxgrep.info ${PREFIX}/info/dir |