aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngcheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pngcheck/Makefile')
-rw-r--r--graphics/pngcheck/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index 0d80788cd225..19e9431483cf 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pngcheck
-PORTVERSION= 1.99.2
+PORTVERSION= 1.99.3
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
ftp://swrinde.nde.swri.edu/pub/png/applications/
@@ -17,5 +17,10 @@ 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
+.endif
.include <bsd.port.mk>