FreeBSD Bugzilla – Attachment 147577 Details for
Bug 193852
[maintainer] [patch] [pkg-plist] games/sokoban: chase pkg 1.3.8, add @sample
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sokoban - plist improvements
sokoban.diff (text/plain), 1.27 KB, created by
Nikolai Lifanov
on 2014-09-22 21:48:35 UTC
(
hide
)
Description:
sokoban - plist improvements
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2014-09-22 21:48:35 UTC
Size:
1.27 KB
patch
obsolete
>Index: pkg-plist >=================================================================== >--- pkg-plist (revision 32339) >+++ pkg-plist (revision 32340) >@@ -1,11 +1,5 @@ >-@group games >-@mode 2555 >-bin/sokoban >-@group >-@mode >-@exec truncate -s 512B /var/games/sokoban >-@exec chgrp games /var/games/sokoban >-@exec chmod 0664 /var/games/sokoban >+@(root,games,2555) bin/sokoban >+@sample(root,games,0664) /var/games/sokoban.sample > %%DATADIR%%/screens/sokoban.help > %%DATADIR%%/screens/screen.1 > %%DATADIR%%/screens/screen.2 >@@ -57,6 +51,3 @@ > %%DATADIR%%/screens/screen.48 > %%DATADIR%%/screens/screen.49 > %%DATADIR%%/screens/screen.50 >-@dirrm %%DATADIR%%/screens >-@dirrm %%DATADIR%% >-@unexec rm -f /var/games/sokoban >Index: Makefile >=================================================================== >--- Makefile (revision 32339) >+++ Makefile (revision 32340) >@@ -3,7 +3,7 @@ > > PORTNAME= sokoban > PORTVERSION= 1.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= games > MASTER_SITES= ${MASTER_SITE_SUNSITE} > MASTER_SITE_SUBDIR= games/strategy >@@ -20,4 +20,8 @@ > @${MKDIR} ${STAGEDIR}${DATADIR}/screens > @${INSTALL_DATA} ${WRKSRC}/screens/* ${STAGEDIR}${DATADIR}/screens > >+post-install: >+ @${MKDIR} ${STAGEDIR}/var/games >+ @truncate -s 512B ${STAGEDIR}/var/games/sokoban.sample >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193852
:
147577
|
147579