1
0
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:
Joe Marcus Clarke 2009-07-09 03:49:40 +00:00
parent 1cd27c0163
commit ec537205a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=237470

View File

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