summaryrefslogtreecommitdiff
path: root/audio/xmp/files/patch-ab
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-01-02 15:50:09 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-01-02 15:50:09 +0000
commit5c560aced0402865f1b9c365103d3444fdcab5de (patch)
tree854737af06b2cec3f78199c7a9d4f2e815bede4c /audio/xmp/files/patch-ab
parentUpgrade to 1.5.4 (diff)
Upgrade to 2.0.3
PR: 24009 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=36604
Diffstat (limited to 'audio/xmp/files/patch-ab')
-rw-r--r--audio/xmp/files/patch-ab14
1 files changed, 6 insertions, 8 deletions
diff --git a/audio/xmp/files/patch-ab b/audio/xmp/files/patch-ab
index 57c558dd4acf..8c76034bf44c 100644
--- a/audio/xmp/files/patch-ab
+++ b/audio/xmp/files/patch-ab
@@ -1,11 +1,9 @@
---- etc/Makefile.orig Wed Feb 2 22:20:34 2000
-+++ etc/Makefile Fri Aug 4 23:49:51 2000
-@@ -21,7 +21,7 @@
- @if [ -f /etc/xmp-modules.conf ]; then \
- mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \
+--- etc/Makefile.old Mon Jan 1 16:49:34 2001
++++ etc/Makefile Mon Jan 1 16:50:29 2001
+@@ -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
-- $(INSTALL) -m644 xmp.conf xmp-modules.conf /etc
+- $(INSTALL) -m644 xmp.conf xmp-modules.conf $(DEST_DIR)/etc
+ $(INSTALL_DATA) xmp.conf xmp-modules.conf $(ETC_DIR)
- xmp.spec: xmp.spec.in ../Makefile.rules
- cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@