Fix the NOPORTDOCS cases.

Reported by:	QAT
This commit is contained in:
Joe Marcus Clarke 2009-04-04 20:36:56 +00:00
parent 1716fb0a97
commit f4fc9c8d05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231616
3 changed files with 6 additions and 0 deletions

View file

@ -19,8 +19,10 @@ post-patch:
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
.if !defined(NOPORTDOCS)
.for d in docs examples
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"

View file

@ -15,8 +15,10 @@ GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4
do-install:
.if !defined(NOPORTDOCS)
.for d in docs
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"

View file

@ -19,8 +19,10 @@ post-patch:
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
.if !defined(NOPORTDOCS)
.for d in docs examples
@cd ${WRKSRC}/${d} && ${GMAKE} install
.endfor
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"