mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
sysutils/mcweject: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
eab2da25d8
commit
f5c8836e89
@ -1,5 +1,6 @@
|
||||
PORTNAME= mcweject
|
||||
PORTVERSION= 1.1
|
||||
DISTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://acadix.biz/Ports/distfiles/
|
||||
|
||||
@ -18,6 +19,6 @@ do-install:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/eject.allow ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/eject ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/eject.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/eject.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
man/man1/eject.1.gz
|
||||
share/man/man1/eject.1.gz
|
||||
@(,,4511) sbin/eject
|
||||
%%EXAMPLESDIR%%/eject.allow
|
||||
|
Loading…
Reference in New Issue
Block a user