Skip to content

Commit

Permalink
mail/bogofilter-bdb: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 22, 2024
1 parent e294af9 commit 85e27f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions mail/bogofilter-bdb/Makefile
@@ -1,6 +1,6 @@
PORTNAME= bogofilter
DISTVERSION= 1.2.5
PORTREVISION?= 3
PORTREVISION?= 4
CATEGORIES?= mail
MASTER_SITES= SF/bogofilter/bogofilter-stable/
PKGNAMESUFFIX?= -bdb
Expand Down Expand Up @@ -51,7 +51,7 @@ BF_LIBS+= ${ICONV_LIB}
CPPFLAGS+= ${BF_CPPFLAGS}
LIBS+= -L${LOCALBASE}/lib ${BF_LIBS}
CONFIGURE_ENV+= PERL="${PERL}"
INSTALL_TARGET= install-strip prefix=${PREFIX} mandir=${MANPREFIX}/man
INSTALL_TARGET= install-strip prefix=${PREFIX} mandir=${PREFIX}/share/man

post-patch:
${REINPLACE_CMD} -e 's/INTEGRITY_TESTS = t.lock1 t.lock3 t.valgrind/INTEGRITY_TESTS = t.lock1/' \
Expand Down
16 changes: 8 additions & 8 deletions mail/bogofilter-bdb/pkg-plist
Expand Up @@ -8,11 +8,11 @@ bin/bogotune
bin/bogoutil
bin/bogoupgrade
etc/bogofilter.cf.example
man/man1/bf_compact.1.gz
man/man1/bf_copy.1.gz
man/man1/bf_tar.1.gz
man/man1/bogofilter.1.gz
man/man1/bogolexer.1.gz
man/man1/bogotune.1.gz
man/man1/bogoupgrade.1.gz
man/man1/bogoutil.1.gz
share/man/man1/bf_compact.1.gz
share/man/man1/bf_copy.1.gz
share/man/man1/bf_tar.1.gz
share/man/man1/bogofilter.1.gz
share/man/man1/bogolexer.1.gz
share/man/man1/bogotune.1.gz
share/man/man1/bogoupgrade.1.gz
share/man/man1/bogoutil.1.gz

0 comments on commit 85e27f2

Please sign in to comment.