1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/xmp/files/patch-ab
Ade Lovett 9e9828d767 Update to 2.0.2
PR:		20416
Submitted by:	Ports Fury
2000-09-16 18:38:55 +00:00

12 lines
416 B
Plaintext

--- 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; \
fi
- $(INSTALL) -m644 xmp.conf xmp-modules.conf /etc
+ $(INSTALL_DATA) xmp.conf xmp-modules.conf $(ETC_DIR)
xmp.spec: xmp.spec.in ../Makefile.rules
cat $@.in | sed 's/@VERSION@/$(VERSION)/g' > $@