diff options
-rw-r--r-- | x11-toolkits/gtkmm24-reference/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/gtkmm24-reference/Makefile b/x11-toolkits/gtkmm24-reference/Makefile index 43d98b69020a..6ad53ce614e7 100644 --- a/x11-toolkits/gtkmm24-reference/Makefile +++ b/x11-toolkits/gtkmm24-reference/Makefile @@ -14,12 +14,8 @@ GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.4 -post-patch: - @${FIND} ${WRKSRC}/examples -name Makefile.in \ - | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' - do-install: -.for d in docs examples +.for d in docs @cd ${WRKSRC}/${d} && ${GMAKE} install .endfor |