diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 16:39:46 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 16:39:46 +0000 |
commit | 87bf1bd54d5ee98388ab996346bd730cd0155371 (patch) | |
tree | 77e62bea9d172c73cfffbc5d70fb677c46b66590 | |
parent | Install README into the proper directory. (diff) |
Fix a typo that I just introduced.
Notes
Notes:
svn path=/head/; revision=36541
-rw-r--r-- | audio/opmixer/Makefile | 2 |
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> |