diff options
author | tg <tg@FreeBSD.org> | 2001-07-02 11:50:38 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2001-07-02 11:50:38 +0000 |
commit | ff4675173e329d38d92eecc374605d33c5845361 (patch) | |
tree | 717f40da1bf27ce946f7b99844d65e2754183f8c /x11-toolkits/gnustep-xgps | |
parent | d7adb8595f067d5da5c16cbff0f5cd9000239c48 (diff) | |
download | FreeBSD-ports-ff4675173e329d38d92eecc374605d33c5845361.zip FreeBSD-ports-ff4675173e329d38d92eecc374605d33c5845361.tar.gz |
Need a do-install target to pick up some definitions from
${PREFIX}/System/Makefiles/GNUstep.sh.
Diffstat (limited to 'x11-toolkits/gnustep-xgps')
-rw-r--r-- | x11-toolkits/gnustep-xgps/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-xgps/Makefile b/x11-toolkits/gnustep-xgps/Makefile index 421a76b..d24c5e3 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> |