remove setuid bit which is not needed and can be abused, per recent bugtraq
vulnerability; ok kevlo naddy bump PKGNAME
This commit is contained in:
parent
eb9dda1630
commit
63f53e8f2e
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2002/03/21 20:57:07 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2002/09/13 06:07:47 pvalchev Exp $
|
||||
|
||||
COMMENT= "breakout game for X Window"
|
||||
|
||||
DISTNAME= xbreaky-0.0.4
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
CATEGORIES= games
|
||||
NEED_VERSION= 1.515
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
HOMEPAGE= http://xbreaky.sourceforge.net/
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Thu May 11 07:53:15 2000
|
||||
+++ Makefile Wed Apr 18 11:42:55 2001
|
||||
--- Makefile.orig Thu May 11 01:53:15 2000
|
||||
+++ Makefile Thu Sep 12 12:26:38 2002
|
||||
@@ -4,8 +4,8 @@
|
||||
CC=g++
|
||||
GC=gcc
|
||||
@ -11,7 +11,7 @@
|
||||
prefix = /usr/local
|
||||
|
||||
all: xbreaky xbreaky.snd
|
||||
@@ -15,22 +15,22 @@
|
||||
@@ -15,22 +15,22 @@ xbreaky:
|
||||
$(CC) $(LDFLAGS) xbreaky.o -o xbreaky
|
||||
|
||||
xbreaky.snd:
|
||||
@ -34,8 +34,8 @@
|
||||
- install -m644 COPYING $(prefix)/doc/xbreaky
|
||||
- install -m644 AUTHORS $(prefix)/doc/xbreaky
|
||||
- install -m644 xbreaky.6 $(prefix)/man/man6
|
||||
+ install -m6755 -s xbreaky $(DESTDIR)$(prefix)/bin
|
||||
+ install -m6755 -s xbreaky.snd $(DESTDIR)$(prefix)/bin
|
||||
+ install -m555 -s xbreaky $(DESTDIR)$(prefix)/bin
|
||||
+ install -m555 -s xbreaky.snd $(DESTDIR)$(prefix)/bin
|
||||
+ install -m644 xbreaky.xpm $(DESTDIR)$(prefix)/share/xbreaky/pixmaps
|
||||
+ install -m644 *.dat $(DESTDIR)$(prefix)/share/xbreaky
|
||||
+ install -m644 *.raw $(DESTDIR)$(prefix)/share/xbreaky
|
||||
|
Loading…
Reference in New Issue
Block a user