summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-08-02 16:40:51 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2005-08-02 16:40:51 +0000
commit930937acbf8a5b594fac9bc2c9d80fd3d8375556 (patch)
treeba1a94dcd7b888ac46ed7d51838be0fb42e768c5 /games
parent- Fix build: chase recent automake update (diff)
Don't install kdegames executables setgid root.
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=140737
Diffstat (limited to 'games')
-rw-r--r--games/kdegames3/Makefile3
-rw-r--r--games/kdegames4/Makefile3
2 files changed, 6 insertions, 0 deletions
diff --git a/games/kdegames3/Makefile b/games/kdegames3/Makefile
index b30b7d79194a..41dd37900b93 100644
--- a/games/kdegames3/Makefile
+++ b/games/kdegames3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdegames
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -25,6 +26,8 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib
+CONFIGURE_ARGS= --disable-setgid
+
post-patch:
@${REINPLACE_CMD} -e 's|root:root|${BINOWN}:${BINGRP}|g' \
${WRKSRC}/kgoldrunner/gamedata/Makefile.in
diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile
index b30b7d79194a..41dd37900b93 100644
--- a/games/kdegames4/Makefile
+++ b/games/kdegames4/Makefile
@@ -7,6 +7,7 @@
PORTNAME= kdegames
PORTVERSION= ${KDE_VERSION}
+PORTREVISION= 1
CATEGORIES= games kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
@@ -25,6 +26,8 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS+= %%PREFIX%%/lib
+CONFIGURE_ARGS= --disable-setgid
+
post-patch:
@${REINPLACE_CMD} -e 's|root:root|${BINOWN}:${BINGRP}|g' \
${WRKSRC}/kgoldrunner/gamedata/Makefile.in