mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
9e9828d767
PR: 20416 Submitted by: Ports Fury
12 lines
416 B
Plaintext
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' > $@
|