diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-07-09 03:49:40 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-07-09 03:49:40 +0000 |
commit | ec537205a1b54c3d238155d05fd7658e02828514 (patch) | |
tree | 9c6b5fddc2f3bd0b12b5cb39244da7486cc7adee | |
parent | Cross-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/Makefile | 4 |
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 |