mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Correct some typos.
Reported by: QAT
This commit is contained in:
parent
1cd27c0163
commit
ec537205a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237470
@ -150,10 +150,10 @@ avahi-post-install:
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/avahi
|
||||
.for f in ${DAEMON_CONFIG_FILES}
|
||||
${INSTALL_DATA} ${WKRSRC}/avahi-daemon/${f} \
|
||||
${INSTALL_DATA} ${WRKSRC}/avahi-daemon/${f} \
|
||||
${PREFIX}/etc/avahi/${f}.dist
|
||||
if [ ! -f ${PREFIX}/etc/avahi/${f} ]; then \
|
||||
${INSTALL_DATA} ${WKRSRC}/avahi-daemon/${f} \
|
||||
${INSTALL_DATA} ${WRKSRC}/avahi-daemon/${f} \
|
||||
${PREFIX}/etc/avahi; \
|
||||
fi
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user