summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2000-12-31 16:35:44 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2000-12-31 16:35:44 +0000
commit784bcd82c52699da957df69258888cf5164a9574 (patch)
tree9adf6dd0a756deb8bdd2e1a3f051a041e9553f47
parentPatch ossmixer.hh to #include <machine/soundcard.h> on old systems. (diff)
Install README into the proper directory.
Submitted by: Daniel Harris <dannyboy@freebsd.org>
Notes
Notes: svn path=/head/; revision=36540
-rw-r--r--audio/opmixer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/opmixer/Makefile b/audio/opmixer/Makefile
index 0c26a207317e..6516703279f9 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 ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/{DOCDIR}
.endif
.include <bsd.port.mk>