mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
mail/lookout: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
6de53dd0fb
commit
458a012cfb
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue