1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/audio/xmp/files/patch-ab

12 lines
416 B
Plaintext
Raw Normal View History

--- 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' > $@