mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Attempt to fix the NOPORTDOCS case.
Reported by: QAT
This commit is contained in:
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
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue