summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xscreensaver/patches/patch-af')
-rw-r--r--x11/xscreensaver/patches/patch-af20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/xscreensaver/patches/patch-af b/x11/xscreensaver/patches/patch-af
deleted file mode 100644
index 0050a7148ec..00000000000
--- a/x11/xscreensaver/patches/patch-af
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-af,v 1.2 2000/06/02 19:45:01 fredb Exp $
-
---- driver/Makefile.in.orig Mon Apr 24 08:24:39 2000
-+++ driver/Makefile.in Mon Apr 24 08:48:07 2000
-@@ -317,11 +317,11 @@
-
- install-kde:
- @src="$(srcdir)/xscreensaver.kss" ; \
-- if [ "$$KDEDIR" != "" ]; then \
-- dir="$(install_prefix)$$KDEDIR/bin" ; \
-+ if true; then \
-+ dir="$(bindir)" ; \
- dest="$$dir/xscreensaver.kss" ; \
-- echo $(INSTALL_PROGRAM) $$src $$dest ; \
-- if $(INSTALL_PROGRAM) $$src $$dest ; then \
-+ echo $(BSD_INSTALL_SCRIPT) $$src $$dest ; \
-+ if $(BSD_INSTALL_SCRIPT) $$src $$dest ; then \
- true ; \
- else \
- e=echo ; \