pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/angband-x11 The installed directories must be re...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2efb2481b28
branches:  trunk
changeset: 533871:f2efb2481b28
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Oct 04 22:54:58 2007 +0000

description:
The installed directories must be readable for the user who installs the
package. Otherwise it is not possible to install this package as
unprivileged user.

diffstat:

 games/angband-x11/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b79d7e53fe1f -r f2efb2481b28 games/angband-x11/Makefile
--- a/games/angband-x11/Makefile        Thu Oct 04 20:43:52 2007 +0000
+++ b/games/angband-x11/Makefile        Thu Oct 04 22:54:58 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2007/02/02 01:04:00 joerg Exp $
+# $NetBSD: Makefile,v 1.41 2007/10/04 22:54:58 rillig Exp $
 #
 
 DISTNAME=      angband-3.0.3
@@ -28,6 +28,12 @@
 GCC_REQD+=             2.95.3
 .endif
 
+SUBST_CLASSES+=                070
+SUBST_STAGE.070=       pre-configure
+SUBST_MESSAGE.070=     Fixing file permissions.
+SUBST_FILES.070=       lib/save/Makefile.in lib/bone/Makefile.in
+SUBST_SED.070=         -e 's,070,770,g'
+
 # add spoiler files and clean up a bit
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/games/angband/lib/info



Home | Main Index | Thread Index | Old Index