summaryrefslogtreecommitdiff
path: root/graphics/pngcheck/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:30:19 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-26 15:30:19 +0000
commit0a84214db5fd676992878c66edc9cd36685b5af3 (patch)
tree0a5ecedd970f12c8efa87b5f4e43e6d31bd71e1a /graphics/pngcheck/Makefile
parent7acc6ba7438948e752ee6fb6d8cc6dd535437eed (diff)
downloadfreebsd-ports-0a84214db5fd676992878c66edc9cd36685b5af3.zip
Update to version 1.99.3
PR: 23076 Submitted by: Ports Fury
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>