aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-04-21 18:49:51 +0800
committerkris <kris@FreeBSD.org>2003-04-21 18:49:51 +0800
commitd6e609a02323ad9a3e8099c816dce91f887af93d (patch)
treef27e2e35f06a194227a979eaa7c1fb8a5ae2b64d /games
parentb88c90d4d34b7e29b4d6d9378bad1254e46456f8 (diff)
downloadfreebsd-ports-gnome-d6e609a02323ad9a3e8099c816dce91f887af93d.tar.gz
freebsd-ports-gnome-d6e609a02323ad9a3e8099c816dce91f887af93d.tar.zst
freebsd-ports-gnome-d6e609a02323ad9a3e8099c816dce91f887af93d.zip
Install score file mode 664, not 666 (game binary is already setgid games)
Diffstat (limited to 'games')
-rw-r--r--games/gtkballs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gtkballs/Makefile b/games/gtkballs/Makefile
index 08e58f6ede23..79862e274f5e 100644
--- a/games/gtkballs/Makefile
+++ b/games/gtkballs/Makefile
@@ -32,7 +32,7 @@ post-patch:
post-install:
${CHMOD} 2755 ${PREFIX}/bin/gtkballs
${CHOWN} root:games ${PREFIX}/bin/gtkballs
- ${CHMOD} 0666 ${DATADIR}/gtkballs-scores
+ ${CHMOD} 0664 ${DATADIR}/gtkballs-scores
${CHOWN} root:games ${DATADIR}/gtkballs-scores
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}