Skip to content

Commit

Permalink
mail/qmail-rblchk: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 996e884 commit 478abf1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions mail/qmail-rblchk/Makefile
@@ -1,6 +1,6 @@
PORTNAME= qmail-rblchk
PORTVERSION= 2.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.morettoni.net/qmail/ \
LOCAL/ehaupt
Expand Down Expand Up @@ -29,7 +29,9 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

post-patch:
@${REINPLACE_CMD} -e '/"cat/d; s|,02755|,0755|' ${WRKSRC}/hier.c
@${REINPLACE_CMD} -e '/"cat/d; s|,02755|,0755|' \
-e 's|\"man|\"share/man|g' \
${WRKSRC}/hier.c

do-configure:
${PRINTF} "${STAGEDIR}${PREFIX}\n\n.../bin.\n" > ${WRKSRC}/conf-home
Expand Down
4 changes: 2 additions & 2 deletions mail/qmail-rblchk/pkg-plist
@@ -1,7 +1,7 @@
bin/getsenderip
bin/qmail-rblchk
man/man1/getsenderip.1.gz
man/man1/qmail-rblchk.1.gz
share/man/man1/getsenderip.1.gz
share/man/man1/qmail-rblchk.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot-qmail-storeip
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbllist.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spam-report.sh

0 comments on commit 478abf1

Please sign in to comment.