mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
82fe928873
- Convert to OPTIONS [1] - Use %%DATADIR%% [2] - Add a hint to UPDATING because of changed config file semantics. [1] Submitted by: maintainer [1], barner [2] PR: ports/81375
14 lines
564 B
Plaintext
14 lines
564 B
Plaintext
--- Makefile.in.orig Tue Apr 26 10:28:10 2005
|
|
+++ Makefile.in Fri May 20 00:47:48 2005
|
|
@@ -669,8 +669,8 @@
|
|
${INSTALL_DIRS} ${DESTDIR}/${confdir}
|
|
@list='${CONFS}'; for p in $$list; do \
|
|
if test -f ${SRC_CONFDIR}/$$p; then \
|
|
- ${ECHO} " ${INSTALL_DATA} ${SRC_CONFDIR}/$$p ${DESTDIR}/${confdir}"; \
|
|
- ${INSTALL_DATA} ${SRC_CONFDIR}/$$p ${DESTDIR}/${confdir}; \
|
|
+ ${ECHO} " ${INSTALL_DATA} ${SRC_CONFDIR}/$$p-sample ${DESTDIR}/${confdir}"; \
|
|
+ ${INSTALL_DATA} ${SRC_CONFDIR}/$$p ${DESTDIR}/${confdir}/$$p-sample; \
|
|
else :; fi; \
|
|
done
|
|
|