mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/mcweject: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
eab2da25d8
commit
f5c8836e89
2 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue