aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm20-reference/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkmm20-reference/Makefile')
-rw-r--r--x11-toolkits/gtkmm20-reference/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-toolkits/gtkmm20-reference/Makefile b/x11-toolkits/gtkmm20-reference/Makefile
index 7f8eebad7140..00645a38227b 100644
--- a/x11-toolkits/gtkmm20-reference/Makefile
+++ b/x11-toolkits/gtkmm20-reference/Makefile
@@ -10,16 +10,13 @@ GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0
-NO_STAGE= yes
post-patch:
@${FIND} ${WRKSRC}/examples -name Makefile.in \
| ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||'
do-install:
-.if !defined(NOPORTDOCS)
.for d in docs examples
- @cd ${WRKSRC}/${d} && ${GMAKE} install
+ @cd ${WRKSRC}/${d} && ${GMAKE} ${MAKE_ARGS} install
.endfor
-.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"