forked from Lainports/freebsd-ports
Allow staging as a regular user
This commit is contained in:
parent
268e2a24bb
commit
f56cb33f26
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ PORTDOCS= BUGS CHANGES README TODO
|
|||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL} -c -s -o root -g wheel ${WRKSRC}/wmping ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/wmping ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/wmping.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue