summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-07-09 03:49:40 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-07-09 03:49:40 +0000
commitec537205a1b54c3d238155d05fd7658e02828514 (patch)
tree9c6b5fddc2f3bd0b12b5cb39244da7486cc7adee
parentCross-platform audio loop slicer designed to create sliced loops from WAV, MP3, (diff)
Correct some typos.
Reported by: QAT
Notes
Notes: svn path=/head/; revision=237470
-rw-r--r--net/avahi-app/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile
index dde18df64e64..d854e98c39ee 100644
--- a/net/avahi-app/Makefile
+++ b/net/avahi-app/Makefile
@@ -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