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/pngcheck | |
parent | e1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff) | |
download | ports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz ports-b666502afda11878e1adfaefeff785ee6171024b.zip |
Notes
Diffstat (limited to 'graphics/pngcheck')
-rw-r--r-- | graphics/pngcheck/Makefile | 6 | ||||
-rw-r--r-- | graphics/pngcheck/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile index 19e9431483cf..85cc80529898 100644 --- a/graphics/pngcheck/Makefile +++ b/graphics/pngcheck/Makefile @@ -18,9 +18,9 @@ MAKEFILE= Makefile.unx do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${PREFIX}/bin .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/pngcheck - ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/share/doc/pngcheck - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pngcheck + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/graphics/pngcheck/pkg-plist b/graphics/pngcheck/pkg-plist index 70fe7ea66e4e..154ded353c82 100644 --- a/graphics/pngcheck/pkg-plist +++ b/graphics/pngcheck/pkg-plist @@ -1,4 +1,4 @@ bin/pngcheck -share/doc/pngcheck/CHANGELOG -share/doc/pngcheck/README -@dirrm share/doc/pngcheck +%%PORTDOCS%%share/doc/pngcheck/CHANGELOG +%%PORTDOCS%%share/doc/pngcheck/README +%%PORTDOCS%%@dirrm share/doc/pngcheck |