mail/milter-regex: use ${PREFIX}/share/man
This commit is contained in:
parent
ad11c5e688
commit
8220cc4892
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= milter-regex
|
||||
PORTVERSION= 2.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= https://www.benzedrine.ch/
|
||||
|
||||
|
@ -37,7 +37,7 @@ post-patch:
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${STAGEDIR}${PREFIX}/libexec/
|
||||
${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${STAGEDIR}${PREFIX}/man/man8/
|
||||
${INSTALL_MAN} ${WRKSRC}/milter-regex.8 ${STAGEDIR}${PREFIX}/share/man/man8/
|
||||
${MKDIR} ${STAGEDIR}${SPOOLDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
libexec/milter-regex
|
||||
man/man8/milter-regex.8.gz
|
||||
share/man/man8/milter-regex.8.gz
|
||||
@dir(mailnull,mail,750) %%SPOOLDIR%%
|
||||
|
|
Loading…
Reference in a new issue