freebsd-ports/x11-toolkits/gtk30-reference/Makefile
Antoine Brodin a8dfb6bee8 - Stage support for all -reference ports
- Nuke NOPORTDOCS, those ports are already IGNOREd with NOPORTDOCS

Approved by:	kwm (maintainer)
2013-12-09 18:41:16 +00:00

21 lines
515 B
Makefile

# Created by: Jean-Yves Lefort <jylefort@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
BOOKS= gdk gtk
do-install:
.for d in ${BOOKS}
if [ -d ${REFERENCE_SRC}/${d}/html ]; then \
${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/${d}3; \
cd ${REFERENCE_SRC}/${d}/html && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/doc/${d}3; \
fi
.endfor
# overwrite this from bsd.port.mk, because we not don't honow DOCSDIR
add-plist-docs:
@${DO_NADA}
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"