diff options
Diffstat (limited to 'audio/xmp/files/patch-ab')
-rw-r--r-- | audio/xmp/files/patch-ab | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmp/files/patch-ab b/audio/xmp/files/patch-ab new file mode 100644 index 000000000000..1b63134be24d --- /dev/null +++ b/audio/xmp/files/patch-ab @@ -0,0 +1,19 @@ +*** etc/Makefile.orig Sat Sep 18 14:29:28 1999 +--- etc/Makefile Sat Sep 18 14:29:39 1999 +*************** +*** 21,27 **** + @if [ -f /etc/xmp-modules.conf]; then \ + mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \ + fi +! $(INSTALL) -m644 xmp.conf xmp-modules.conf /etc + + xmp.spec: xmp.spec.in ../Makefile.rules + cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@ +--- 21,27 ---- + @if [ -f /etc/xmp-modules.conf]; then \ + mv -f /etc/xmp-modules.conf /etc/xmp-modules.conf.old; \ + fi +! $(INSTALL) -m644 xmp.conf xmp-modules.conf $(PREFIX)/etc + + xmp.spec: xmp.spec.in ../Makefile.rules + cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@ |