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 | |
parent | - update to 2.9.8p1 (diff) |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'graphics/qvplay')
-rw-r--r-- | graphics/qvplay/Makefile | 6 | ||||
-rw-r--r-- | graphics/qvplay/pkg-plist | 16 |
2 files changed, 11 insertions, 11 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} diff --git a/graphics/qvplay/pkg-plist b/graphics/qvplay/pkg-plist index f19bf49cb002..c7b4c3f36796 100644 --- a/graphics/qvplay/pkg-plist +++ b/graphics/qvplay/pkg-plist @@ -1,11 +1,11 @@ bin/qvalldel bin/qvplay bin/qvrec -share/doc/qvplay/FAQ.txt -share/doc/qvplay/HISTORY -share/doc/qvplay/PROTOCOL.eng -share/doc/qvplay/PROTOCOL.txt -share/doc/qvplay/README -share/doc/qvplay/README.FreeBSD -share/doc/qvplay/README.eng -@dirrm share/doc/qvplay +%%PORTDOCS%%share/doc/qvplay/FAQ.txt +%%PORTDOCS%%share/doc/qvplay/HISTORY +%%PORTDOCS%%share/doc/qvplay/PROTOCOL.eng +%%PORTDOCS%%share/doc/qvplay/PROTOCOL.txt +%%PORTDOCS%%share/doc/qvplay/README +%%PORTDOCS%%share/doc/qvplay/README.FreeBSD +%%PORTDOCS%%share/doc/qvplay/README.eng +%%PORTDOCS%%@dirrm share/doc/qvplay |