diff options
author | rillig <rillig> | 2006-06-17 19:00:08 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-17 19:00:08 +0000 |
commit | 8508b8206f3a0f9e766108a487f5e661d0c1ca66 (patch) | |
tree | 09f75cd3cf7e61d5f6c021cb504cf77ee410be01 /games/falcons-eye/patches | |
parent | 8e3064f73726f9065788cbb90fbbe8ba3f1a1c6c (diff) | |
download | pkgsrc-8508b8206f3a0f9e766108a487f5e661d0c1ca66.tar.gz |
Fixed pkglint warnings. Due to the definition of INSTALL_SRC, the
CONF_FILES_PERMS settings currently don't have any effect. Bumped
PKGREVISION, since the ownership of one file might change.
Diffstat (limited to 'games/falcons-eye/patches')
-rw-r--r-- | games/falcons-eye/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/falcons-eye/patches/patch-ab b/games/falcons-eye/patches/patch-ab index 9cbba2e0cb6..83823cdbf02 100644 --- a/games/falcons-eye/patches/patch-ab +++ b/games/falcons-eye/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2006/05/18 16:22:26 joerg Exp $ +$NetBSD: patch-ab,v 1.3 2006/06/17 19:00:08 rillig Exp $ ---- sys/unix/Makefile.top.orig 2001-06-24 18:57:24.000000000 +0000 -+++ sys/unix/Makefile.top +--- sys/unix/Makefile.top.orig 2001-06-24 18:57:24.000000000 +0200 ++++ sys/unix/Makefile.top 2006-06-17 20:32:55.000000000 +0200 @@ -14,19 +14,17 @@ # MAKE = make @@ -145,7 +145,7 @@ $NetBSD: patch-ab,v 1.2 2006/05/18 16:22:26 joerg Exp $ + chown $(GAMEUID):$(GAMEGRP) $(PREFIX)/share/doc/$(GAME)/Guidebook.txt + chmod $(FILEPERM) $(PREFIX)/share/doc/$(GAME)/Guidebook.txt + cp util/recover $(PREFIX)/bin/recover-$(GAME) -+ chown 0:0 $(PREFIX)/bin/recover-$(GAME) ++ : chown 0:0 $(PREFIX)/bin/recover-$(GAME) + chmod 755 $(PREFIX)/bin/recover-$(GAME) + # and a reminder |