mail/qmail-rblchk: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
996e884a83
commit
478abf1798
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= qmail-rblchk
|
PORTNAME= qmail-rblchk
|
||||||
PORTVERSION= 2.4.1
|
PORTVERSION= 2.4.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= mail
|
CATEGORIES= mail
|
||||||
MASTER_SITES= http://www.morettoni.net/qmail/ \
|
MASTER_SITES= http://www.morettoni.net/qmail/ \
|
||||||
LOCAL/ehaupt
|
LOCAL/ehaupt
|
||||||
|
@ -29,7 +29,9 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-patch:
|
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:
|
do-configure:
|
||||||
${PRINTF} "${STAGEDIR}${PREFIX}\n\n.../bin.\n" > ${WRKSRC}/conf-home
|
${PRINTF} "${STAGEDIR}${PREFIX}\n\n.../bin.\n" > ${WRKSRC}/conf-home
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
bin/getsenderip
|
bin/getsenderip
|
||||||
bin/qmail-rblchk
|
bin/qmail-rblchk
|
||||||
man/man1/getsenderip.1.gz
|
share/man/man1/getsenderip.1.gz
|
||||||
man/man1/qmail-rblchk.1.gz
|
share/man/man1/qmail-rblchk.1.gz
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot-qmail-storeip
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot-qmail-storeip
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbllist.sh
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rbllist.sh
|
||||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spam-report.sh
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/spam-report.sh
|
||||||
|
|
Loading…
Reference in a new issue