summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 00:58:51 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 01:06:46 +0100
commit458a012cfb337828d25f7a32426a68c0992c4b65 (patch)
treed6d7940672eaa9a280f224af04f613964a499915 /mail
parentgames/pathological: Sanitize MANPREFIX (diff)
mail/lookout: Sanitize MANPREFIX
Approved by: portmgr (blanket)
Diffstat (limited to 'mail')
-rw-r--r--mail/lookout/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/lookout/Makefile b/mail/lookout/Makefile
index 749694f68a67..86af5a770a40 100644
--- a/mail/lookout/Makefile
+++ b/mail/lookout/Makefile
@@ -1,6 +1,6 @@
PORTNAME= lookout
DISTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/lookout/
@@ -12,10 +12,10 @@ USES= python shebangfix
NO_BUILD= yes
SHEBANG_FILES= lookout
-PLIST_FILES= bin/lookout man/man1/lookout.1.gz
+PLIST_FILES= bin/lookout share/man/man1/lookout.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/lookout ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/lookout.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>