summaryrefslogtreecommitdiff
path: root/audio/opmixer
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-12-31 16:39:46 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-12-31 16:39:46 +0000
commit87bf1bd54d5ee98388ab996346bd730cd0155371 (patch)
tree77e62bea9d172c73cfffbc5d70fb677c46b66590 /audio/opmixer
parentInstall README into the proper directory. (diff)
Fix a typo that I just introduced.
Notes
Notes: svn path=/head/; revision=36541
Diffstat (limited to 'audio/opmixer')
-rw-r--r--audio/opmixer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile
index 6516703279f9..43370e0bef91 100644
--- a/audio/opmixer/Makefile
+++ b/audio/opmixer/Makefile
@@ -39,7 +39,7 @@ do-install:
${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/${DOCDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/{DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/${DOCDIR}
.endif
.include <bsd.port.mk>