svn commit: r385397 - head/games/sol
Antoine Brodin
antoine at FreeBSD.org
Mon May 4 12:02:12 UTC 2015
Author: antoine
Date: Mon May 4 12:02:11 2015
New Revision: 385397
URL: https://svnweb.freebsd.org/changeset/ports/385397
Log:
- Allow staging as a regular user
- Cleanup plist
Modified:
head/games/sol/Makefile
head/games/sol/pkg-plist
Modified: head/games/sol/Makefile
==============================================================================
--- head/games/sol/Makefile Mon May 4 11:18:03 2015 (r385396)
+++ head/games/sol/Makefile Mon May 4 12:02:11 2015 (r385397)
@@ -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
Modified: head/games/sol/pkg-plist
==============================================================================
--- head/games/sol/pkg-plist Mon May 4 11:18:03 2015 (r385396)
+++ head/games/sol/pkg-plist Mon May 4 12:02:11 2015 (r385397)
@@ -1,16 +1,6 @@
+@(games,games,6755) bin/sol
man/man6/sol.6.gz
- at owner games
- at group games
- at mode 6755
-bin/sol
- at owner
- at group
- at mode
-%%PORTDOCS%%share/doc/sol/CREDITS
-%%PORTDOCS%%share/doc/sol/README
- at owner games
- at group games
- at mode 660
-share/sol/sol.score
-%%PORTDOCS%%@dirrm share/doc/sol
- at dirrm share/sol
+%%PORTDOCS%%%%DOCSDIR%%/CREDITS
+%%PORTDOCS%%%%DOCSDIR%%/README
+@(games,games,0660) share/sol/sol.score
+ at dir(games,games,0770) share/sol
More information about the svn-ports-all
mailing list