diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | b666502afda11878e1adfaefeff785ee6171024b (patch) | |
tree | 9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /graphics/qvplay/Makefile | |
parent | e1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff) | |
download | ports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz ports-b666502afda11878e1adfaefeff785ee6171024b.zip |
Notes
Diffstat (limited to 'graphics/qvplay/Makefile')
-rw-r--r-- | graphics/qvplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile index 518532b56a3a..2f9bd0ff3afe 100644 --- a/graphics/qvplay/Makefile +++ b/graphics/qvplay/Makefile @@ -29,9 +29,9 @@ pre-configure: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/qvplay -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/../../${file} ${PREFIX}/share/doc/qvplay + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/../../${file} ${DOCSDIR} .endfor .endif @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGMESSAGE} |