From ff4675173e329d38d92eecc374605d33c5845361 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 2 Jul 2001 11:50:38 +0000 Subject: Need a do-install target to pick up some definitions from ${PREFIX}/System/Makefiles/GNUstep.sh. --- x11-toolkits/gnustep-xgps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-toolkits/gnustep-xgps') 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 -- cgit