diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-12-22 20:01:04 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-12-22 20:01:04 +0000 |
commit | 3e1396bb558cdbb97ab948f07d79c97d5e77931c (patch) | |
tree | 491997e6a217d5dced981dc52113250432561873 /mail/mboxgrep/Makefile | |
parent | 8a93326de3eb2be1e99cf2b6e2c5f4bf7ce3bf00 (diff) | |
download | ports-3e1396bb558cdbb97ab948f07d79c97d5e77931c.tar.gz ports-3e1396bb558cdbb97ab948f07d79c97d5e77931c.zip |
Notes
Diffstat (limited to 'mail/mboxgrep/Makefile')
-rw-r--r-- | mail/mboxgrep/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mboxgrep/Makefile b/mail/mboxgrep/Makefile index 6202b8bb0f0a..213f6930f656 100644 --- a/mail/mboxgrep/Makefile +++ b/mail/mboxgrep/Makefile @@ -19,14 +19,17 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre .endif GNU_CONFIGURE= yes -CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" +USE_REINPLACE= yes MAN1= mboxgrep.1 INFO= mboxgrep DOCS= ChangeLog NEWS README TODO +post-patch: + @${REINPLACE_CMD} -e 's,void \*tmpp,FILE \*tmpp,g' ${WRKSRC}/src/main.c + post-install: install-info ${PREFIX}/info/mboxgrep.info ${PREFIX}/info/dir .if !defined(NOPORTDOCS) |