diff options
author | krion <krion@FreeBSD.org> | 2003-11-21 20:13:47 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-21 20:13:47 +0800 |
commit | 2a53ba4bd62aed19b9eea250be9553ef63004b57 (patch) | |
tree | 0116db8de5c17b5f49960582bf15d90c2f6cfdaa | |
parent | 2a9a61dbd2664a752c87e6a85c197f6d5c099e61 (diff) | |
download | freebsd-ports-gnome-2a53ba4bd62aed19b9eea250be9553ef63004b57.tar.gz freebsd-ports-gnome-2a53ba4bd62aed19b9eea250be9553ef63004b57.tar.zst freebsd-ports-gnome-2a53ba4bd62aed19b9eea250be9553ef63004b57.zip |
- Fix contributor path for bash
- Change maintainer address.
PR: 59544
Submitted by: maintainer
-rw-r--r-- | mail/bogofilter-current/Makefile | 7 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile index bd30ab55cd87..72877b658ba7 100644 --- a/mail/bogofilter-current/Makefile +++ b/mail/bogofilter-current/Makefile @@ -7,11 +7,12 @@ PORTNAME= bogofilter PORTVERSION= 0.15.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= matthias.andree@web.de +MAINTAINER= matthias.andree@gmx.de COMMENT= "Fast, teachable, learning spam detector" # There is a sibling port, bogofilter-tdb, which presets different @@ -35,6 +36,10 @@ MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 \ post-patch: ${REINPLACE_CMD} -e 's/^@ENABLE_XMLTO_TRUE@//' ${WRKSRC}/doc/Makefile.in + ${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \ + ${WRKSRC}/contrib/randomtrain \ + ${WRKSRC}/contrib/scramble \ + ${WRKSRC}/contrib/trainbogo.sh post-build:: cd ${WRKSRC} && make check SHELL=${SH} diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index bd30ab55cd87..72877b658ba7 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -7,11 +7,12 @@ PORTNAME= bogofilter PORTVERSION= 0.15.7 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= matthias.andree@web.de +MAINTAINER= matthias.andree@gmx.de COMMENT= "Fast, teachable, learning spam detector" # There is a sibling port, bogofilter-tdb, which presets different @@ -35,6 +36,10 @@ MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 \ post-patch: ${REINPLACE_CMD} -e 's/^@ENABLE_XMLTO_TRUE@//' ${WRKSRC}/doc/Makefile.in + ${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|" \ + ${WRKSRC}/contrib/randomtrain \ + ${WRKSRC}/contrib/scramble \ + ${WRKSRC}/contrib/trainbogo.sh post-build:: cd ${WRKSRC} && make check SHELL=${SH} |