diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:47:09 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 10:47:14 +0100 |
commit | c75c944686415d24160b910420b8cec40549ce46 (patch) | |
tree | bbf14e0d1dcfc6df77a6ea37918a4c50366169d2 /mail/postfix-logwatch/Makefile | |
parent | 34fdd68f8580ffd2bdb6a83a28eedd4d1db85ed4 (diff) | |
download | freebsd-ports-c75c944686415d24160b910420b8cec40549ce46.zip |
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'mail/postfix-logwatch/Makefile')
-rw-r--r-- | mail/postfix-logwatch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-logwatch/Makefile b/mail/postfix-logwatch/Makefile index 4aa1f754cb85..3ff0a11e87be 100644 --- a/mail/postfix-logwatch/Makefile +++ b/mail/postfix-logwatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= postfix-logwatch PORTVERSION= 1.40.03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= SF/logreporters/${PORTNAME}/release/${PORTVERSION} @@ -28,7 +28,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${ETCDIR}/${PORTNAME}.conf.sample |