summaryrefslogtreecommitdiff
path: root/audio/xmp/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmp/patches/patch-ac')
-rw-r--r--audio/xmp/patches/patch-ac24
1 files changed, 16 insertions, 8 deletions
diff --git a/audio/xmp/patches/patch-ac b/audio/xmp/patches/patch-ac
index 549ddcad030..89f9894e65c 100644
--- a/audio/xmp/patches/patch-ac
+++ b/audio/xmp/patches/patch-ac
@@ -1,11 +1,19 @@
-$NetBSD: patch-ac,v 1.2 2002/01/29 07:41:28 martti Exp $
+$NetBSD: patch-ac,v 1.3 2002/12/22 17:05:52 jmmv Exp $
---- etc/Makefile.orig Mon Jan 28 15:55:41 2002
-+++ etc/Makefile Mon Jan 28 15:56:18 2002
-@@ -20,5 +20,5 @@
- @if [ -f $(DEST_DIR)/etc/xmp-modules.conf ]; then \
- mv -f $(DEST_DIR)/etc/xmp-modules.conf $(DEST_DIR)/etc/xmp-modules.conf.old; \
- fi
+--- etc/Makefile.orig Fri Dec 29 19:06:28 2000
++++ etc/Makefile
+@@ -13,12 +13,6 @@ subdist:: all
+ include ../Makefile.rules
+
+ install::
+- @echo Installing xmp.conf and xmp-modules.conf in $(DEST_DIR)...
+- @if [ -f $(DEST_DIR)/etc/xmp.conf ]; then \
+- mv -f $(DEST_DIR)/etc/xmp.conf $(DEST_DIR)/etc/xmp.conf.old; \
+- fi
+- @if [ -f $(DEST_DIR)/etc/xmp-modules.conf ]; then \
+- mv -f $(DEST_DIR)/etc/xmp-modules.conf $(DEST_DIR)/etc/xmp-modules.conf.old; \
+- fi
- $(INSTALL) -m644 xmp.conf xmp-modules.conf $(DEST_DIR)/etc
-+ $(INSTALL) -m644 xmp.conf xmp-modules.conf ${PREFIX}/etc
++ @echo Installing xmp.conf and xmp-modules.conf in $(datadir)/examples/xmp...
++ $(INSTALL) -m644 xmp.conf xmp-modules.conf $(datadir)/examples/xmp