summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnustep-gui/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-07-02 11:50:38 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-07-02 11:50:38 +0000
commitb6398fed194e3d5c697f088136c9266d0d070c53 (patch)
treeeed8ab96d0c39a078e4bc8a38c0335040efa3275 /x11-toolkits/gnustep-gui/Makefile
parentRe-enable vgl support. (diff)
Need a do-install target to pick up some definitions from
${PREFIX}/System/Makefiles/GNUstep.sh.
Diffstat (limited to 'x11-toolkits/gnustep-gui/Makefile')
-rw-r--r--x11-toolkits/gnustep-gui/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile
index 422158987ac3..d0ff7eb9a7e6 100644
--- a/x11-toolkits/gnustep-gui/Makefile
+++ b/x11-toolkits/gnustep-gui/Makefile
@@ -66,4 +66,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>