svn commit: r342281 - head/deskutils/gnustep-wrapper

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 12:43:43 UTC 2014


Author: antoine
Date: Sun Feb  2 12:43:42 2014
New Revision: 342281
URL: http://svnweb.freebsd.org/changeset/ports/342281
QAT: https://qat.redports.org/buildarchive/r342281/

Log:
  Stage support

Modified:
  head/deskutils/gnustep-wrapper/Makefile

Modified: head/deskutils/gnustep-wrapper/Makefile
==============================================================================
--- head/deskutils/gnustep-wrapper/Makefile	Sun Feb  2 12:36:36 2014	(r342280)
+++ head/deskutils/gnustep-wrapper/Makefile	Sun Feb  2 12:43:42 2014	(r342281)
@@ -25,13 +25,14 @@ ADDITIONAL_LIB_DIRS+=	-L${WRKSRC}/libGSW
 MAKE_ENV+=	GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
 MAKE_FLAGS+=	debug=no
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|cp -u|#cp -p|' \
 		${WRKSRC}/WrapperFactory/GNUmakefile.postamble
+	${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+		${WRKSRC}/GNUmakefile
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/Launcher/obj/GSWrapper_Launcher \
-		${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/
+		${STAGEDIR}${GNUSTEP_SYSTEM_ROOT}/Applications/WrapperFactory.app/Resources/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list