Date: Mon, 4 May 2015 12:02:12 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385397 - head/games/sol Message-ID: <201505041202.t44C2Cck070920@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 -@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505041202.t44C2Cck070920>