mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
Fix the NOPORTDOCS cases.
Reported by: QAT
This commit is contained in:
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
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue