FreeBSD Bugzilla – Attachment 165011 Details for
Bug 205845
games/nethack32: Modernize pkg-plist, convert to options helper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
@dirrm & other fixes
nethack32.diff (text/plain), 1.58 KB, created by
Pawel Pekala
on 2016-01-03 16:40:56 UTC
(
hide
)
Description:
@dirrm & other fixes
Filename:
MIME Type:
Creator:
Pawel Pekala
Created:
2016-01-03 16:40:56 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (wersja 405128) >+++ Makefile (kopia robocza) >@@ -70,6 +70,7 @@ > .endif > ${DO_MAKE_BUILD} -C ${WRKSRC}/doc ${MAKE_ARGS} manpages > >+post-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${STAGEDIR}${DOCSDIR} > >Index: pkg-plist >=================================================================== >--- pkg-plist (wersja 405128) >+++ pkg-plist (kopia robocza) >@@ -1,11 +1,8 @@ > %%HACKLINK%%bin/nethack >-@mode 555 >-bin/%%HACKNAME%% >+@(,,555) bin/%%HACKNAME%% > @owner games > @group games >-@mode 02755 >-%%DATADIR%%/%%HACKNAME%% >-@mode >+@(,,02755) %%DATADIR%%/%%HACKNAME%% > %%DATADIR%%/A-filla.lev > %%DATADIR%%/A-fillb.lev > %%DATADIR%%/A-goal.lev >@@ -89,9 +86,7 @@ > %%DATADIR%%/juiblex.lev > %%DATADIR%%/knox.lev > %%DATADIR%%/license >-@mode 664 >-%%DATADIR%%/logfile >-@mode >+@(,,664) %%DATADIR%%/logfile > %%DATADIR%%/medusa-1.lev > %%DATADIR%%/medusa-2.lev > %%DATADIR%%/minefill.lev >@@ -107,12 +102,8 @@ > %%DATADIR%%/perm > %%DATADIR%%/pet_mark.xbm > %%DATADIR%%/quest.dat >-@mode 664 >-%%DATADIR%%/record >-@mode >-@mode 02755 >-%%DATADIR%%/recover >-@mode >+@(,,664) %%DATADIR%%/record >+@(,,02755) %%DATADIR%%/recover > %%DATADIR%%/rip.xpm > %%DATADIR%%/rumors > %%DATADIR%%/sanctum.lev >@@ -135,12 +126,4 @@ > man/man6/%%HACKNAME%%.6.gz > man/man6/recover%%HACKEXT%%.6.gz > %%PORTDOCS%%%%DOCSDIR%%/Guidebook.txt >-@mode 0775 >-@owner games >-@group games >-@dirrmtry %%DATADIR%%/save >-@group >-@owner >-@mode >-@dirrmtry %%DATADIR%% >-%%PORTDOCS%%@dirrm %%DOCSDIR%% >+@dir(games,games,0755) %%DATADIR%%/save
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 205845
: 165011