Attempt to fix the NOPORTDOCS case.

Reported by:	QAT
This commit is contained in:
Joe Marcus Clarke 2009-03-18 05:07:27 +00:00
parent 1abfd97f98
commit f681514ee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230346
2 changed files with 4 additions and 0 deletions

View File

@ -18,8 +18,10 @@ PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
PLIST_DIRS= %%EXAMPLESDIR%%
do-install:
.if !defined(NOPORTDOCS)
.for d in . doc doc/devhelp doc/examples
@cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install-data-local
.endfor
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"

View File

@ -14,6 +14,8 @@ EXTRACT_ONLY=
USE_GMAKE= yes
do-install:
.if !defined(NOPORTDOCS)
@cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"