aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gnustep-xgps
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gnustep-xgps')
-rw-r--r--x11-toolkits/gnustep-xgps/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile
index 421a76bf2090..d24c5e3fcbf1 100644
--- a/x11-toolkits/gnustep-xgps/Makefile
+++ b/x11-toolkits/gnustep-xgps/Makefile
@@ -65,4 +65,8 @@ do-build:
@(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${ALL_TARGET})
+do-install:
+ @(cd ${WRKSRC}; . ${PREFIX}/System/Makefiles/GNUstep.sh; \
+ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
+
.include <bsd.port.post.mk>