diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-02 11:50:38 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-07-02 11:50:38 +0000 |
commit | b6398fed194e3d5c697f088136c9266d0d070c53 (patch) | |
tree | eed8ab96d0c39a078e4bc8a38c0335040efa3275 /x11-toolkits/gnustep-gui/Makefile | |
parent | Re-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/Makefile | 4 |
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> |