- Fix permissions

This commit is contained in:
Danilo Egea Gondolfo 2013-11-18 15:43:39 +00:00
parent 3799fbe08a
commit b336093175
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334213
2 changed files with 5 additions and 7 deletions

View File

@ -26,7 +26,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/sxsame
(cd ${WRKSRC}/contrib ; ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/X11/sxsame)
${TOUCH} ${STAGEDIR}${PREFIX}/lib/X11/sxsame/hiscore
@${CHMOD} 664 ${STAGEDIR}${PREFIX}/lib/X11/sxsame/hiscore
@${CHMOD} -R 775 ${STAGEDIR}${PREFIX}/lib/X11/sxsame
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in INSTALL.jp README.jp
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}

View File

@ -2,7 +2,6 @@
@mode 2755
bin/sxsame
@mode
@group
lib/X11/sxsame/bomb/blun.xpm
lib/X11/sxsame/bomb/blus.xpm
lib/X11/sxsame/bomb/cyan.xpm
@ -29,11 +28,10 @@ lib/X11/sxsame/mono1.same
lib/X11/sxsame/s_marble.bmp
lib/X11/sxsame/samegame.dat
lib/X11/sxsame/snake.bmp
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp
%%PORTDOCS%%%%DOCSDIR%%/README.jp
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrmtry lib/X11/sxsame/mono1
@dirrmtry lib/X11/sxsame/bomb
@dirrmtry lib/X11/sxsame
@exec mkdir -p %D/lib/X11/sxsame
@exec chmod 2775 %D/lib/X11/sxsame ; chown -R root:games %D/lib/X11/sxsame
@group
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.jp
%%PORTDOCS%%%%DOCSDIR%%/README.jp
%%PORTDOCS%%@dirrm %%DOCSDIR%%