pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/starfighter Don't install world-writable directo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2389196f6985
branches: trunk
changeset: 532848:2389196f6985
user: joerg <joerg%pkgsrc.org@localhost>
date: Sun Sep 02 13:03:50 2007 +0000
description:
Don't install world-writable directories or files.
diffstat:
games/starfighter/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 491f874713f2 -r 2389196f6985 games/starfighter/Makefile
--- a/games/starfighter/Makefile Sun Sep 02 13:02:36 2007 +0000
+++ b/games/starfighter/Makefile Sun Sep 02 13:03:50 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2007/02/22 19:30:03 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2007/09/02 13:03:50 joerg Exp $
#
DISTNAME= starfighter-1.1-1
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= games
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/xtraeme/
DISTFILES= ${DISTNAME}.tar.gz starfighter-1.0-1.music.zip
@@ -19,7 +19,8 @@
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/starfighter/music
- cd ${WRKDIR}/music && ${PAX} -rwppm . \
+ ${CHMOD} 644 ${WRKDIR}/music/*
+ cd ${WRKDIR}/music && ${PAX} -rw . \
${PREFIX}/share/starfighter/music
.include "../../audio/SDL_mixer/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index