diff options
author | obraun <obraun@FreeBSD.org> | 2004-02-16 20:07:15 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-02-16 20:07:15 +0800 |
commit | 88233c57b0da3411a259edef35c7cf7b40dc57b9 (patch) | |
tree | 64e31c503108d15ec2cffc77c9dc3eb1280506bc /mail/mairix/Makefile | |
parent | b4574e84e99fbe19c62c5b70b49334fb910c64bf (diff) | |
download | freebsd-ports-gnome-88233c57b0da3411a259edef35c7cf7b40dc57b9.tar.gz freebsd-ports-gnome-88233c57b0da3411a259edef35c7cf7b40dc57b9.tar.zst freebsd-ports-gnome-88233c57b0da3411a259edef35c7cf7b40dc57b9.zip |
Fix for -current
Diffstat (limited to 'mail/mairix/Makefile')
-rw-r--r-- | mail/mairix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 0eb68aa66f7d..e42e165e488f 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -15,11 +15,13 @@ COMMENT= Indexing and searching in Maildir or MH folders USE_SIZE= yes HAS_CONFIGURE= yes -USE_BISON= yes USE_REINPLACE= yes CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" +post-patch: + @${REINPLACE_CMD} '/dfasyn/d' ${WRKSRC}/Makefile.in + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin @${MKDIR} ${EXAMPLESDIR} |