aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/png2ico/Makefile
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2006-12-12 03:49:36 +0800
committerdinoex <dinoex@FreeBSD.org>2006-12-12 03:49:36 +0800
commit05d79437b0d276539caa764b462f17566b00a3e3 (patch)
tree25fe07a7417a64b430dbd2f46146d33e66194e78 /graphics/png2ico/Makefile
parent3136e5c653b9a89194041735d6db3b4ddba89699 (diff)
downloadfreebsd-ports-gnome-05d79437b0d276539caa764b462f17566b00a3e3.tar.gz
freebsd-ports-gnome-05d79437b0d276539caa764b462f17566b00a3e3.tar.zst
freebsd-ports-gnome-05d79437b0d276539caa764b462f17566b00a3e3.zip
- add PORTDOCS
Approved by: Franz Klammer (maintainer)
Diffstat (limited to 'graphics/png2ico/Makefile')
-rw-r--r--graphics/png2ico/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/png2ico/Makefile b/graphics/png2ico/Makefile
index 8dcedd9e085f..2fd4ac7ca565 100644
--- a/graphics/png2ico/Makefile
+++ b/graphics/png2ico/Makefile
@@ -19,11 +19,16 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
MAN1= png2ico.1
PLIST_FILES= bin/png2ico
+PORTDOCS= bmp.txt
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/png2ico.1 ${PREFIX}/man/man1/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/bmp.txt ${DOCSDIR}/
+.endif
.include <bsd.port.mk>