summaryrefslogtreecommitdiff
path: root/games/abuse/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/abuse/patches/patch-ac')
-rw-r--r--games/abuse/patches/patch-ac44
1 files changed, 11 insertions, 33 deletions
diff --git a/games/abuse/patches/patch-ac b/games/abuse/patches/patch-ac
index b25ee14fa72..38da909628c 100644
--- a/games/abuse/patches/patch-ac
+++ b/games/abuse/patches/patch-ac
@@ -1,33 +1,11 @@
-$NetBSD: patch-ac,v 1.2 1998/08/29 12:19:46 garbled Exp $
---- abuse/Makefile.in.orig Wed Jul 9 00:55:21 1997
-+++ abuse/Makefile.in Sat Aug 29 04:31:24 1998
-@@ -37,10 +37,10 @@
- AUTOMAKE = @AUTOMAKE@
- AUTOHEADER = @AUTOHEADER@
-
--INSTALL = @INSTALL@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@
--INSTALL_DATA = @INSTALL_DATA@
--INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL = /usr/bin/install -c
-+INSTALL_PROGRAM = $(INSTALL) -s -o bin -g games -m 2755
-+INSTALL_DATA = $(INSTALL) -o bin -g games -m 0664
-+INSTALL_SCRIPT = $(INSTALL) -o bin -g games -m 0755
- transform = @program_transform_name@
-
- NORMAL_INSTALL = true
-@@ -239,11 +239,11 @@
-
- install-pkglibPROGRAMS: $(pkglib_PROGRAMS)
- @$(NORMAL_INSTALL)
-- $(mkinstalldirs) $(pkglibdir)
-+ $(mkinstalldirs) $(bindir)
- @list='$(pkglib_PROGRAMS)'; for p in $$list; do \
- if test -f $$p; then \
-- echo " $(INSTALL_PROGRAM) $$p $(pkglibdir)/`echo $$p|sed '$(transform)'`"; \
-- $(INSTALL_PROGRAM) $$p $(pkglibdir)/`echo $$p|sed '$(transform)'`; \
-+ echo " $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
-+ $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
- else :; fi; \
- done
-
+$NetBSD: patch-ac,v 1.3 2001/07/02 15:30:59 abs Exp $
+
+--- abuse/abuse.in.orig Wed Jul 9 08:54:43 1997
++++ abuse/abuse.in
+@@ -27,5 +27,5 @@
+ if [ x$TERM = xlinux ]; then
+ abuse.console ${1:+"$@"}
+ else
+- abuse.x11R6 ${1:+"$@"}
++ @exec_prefix@/bin/abuse.x11R6 ${1:+"$@"}
+ fi