diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 10:17:17 +0800 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /graphics/qvplay | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.zst freebsd-ports-gnome-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip |
- 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 |