mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Allow staging as a regular user
- Cleanup plist
This commit is contained in:
parent
49e2a12e43
commit
b75ce58782
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385397
@ -30,11 +30,6 @@ do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/sol.6 ${STAGEDIR}${PREFIX}/man/man6
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/sol
|
||||
${INSTALL_DATA} ${WRKSRC}/sol.score ${STAGEDIR}${PREFIX}/share/sol
|
||||
@${CHOWN} root:games ${STAGEDIR}${PREFIX}/bin/sol
|
||||
@${CHOWN} root:games ${STAGEDIR}${PREFIX}/share/sol/sol.score
|
||||
@${CHMOD} 2755 ${STAGEDIR}${PREFIX}/bin/sol
|
||||
@${CHMOD} 770 ${STAGEDIR}${PREFIX}/share/sol
|
||||
@${CHMOD} 660 ${STAGEDIR}${PREFIX}/share/sol/sol.score
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/sol
|
||||
${INSTALL_DATA} ${WRKSRC}/CREDITS ${STAGEDIR}${PREFIX}/share/doc/sol
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/sol
|
||||
|
@ -1,16 +1,6 @@
|
||||
@(games,games,6755) bin/sol
|
||||
man/man6/sol.6.gz
|
||||
@owner games
|
||||
@group games
|
||||
@mode 6755
|
||||
bin/sol
|
||||
@owner
|
||||
@group
|
||||
@mode
|
||||
%%PORTDOCS%%share/doc/sol/CREDITS
|
||||
%%PORTDOCS%%share/doc/sol/README
|
||||
@owner games
|
||||
@group games
|
||||
@mode 660
|
||||
share/sol/sol.score
|
||||
%%PORTDOCS%%@dirrm share/doc/sol
|
||||
@dirrm share/sol
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
@(games,games,0660) share/sol/sol.score
|
||||
@dir(games,games,0770) share/sol
|
||||
|
Loading…
Reference in New Issue
Block a user