svn commit: r342274 - head/deskutils/appwrapper

Antoine Brodin antoine at FreeBSD.org
Sun Feb 2 11:37:14 UTC 2014


Author: antoine
Date: Sun Feb  2 11:37:14 2014
New Revision: 342274
URL: http://svnweb.freebsd.org/changeset/ports/342274
QAT: https://qat.redports.org/buildarchive/r342274/

Log:
  Stage support

Modified:
  head/deskutils/appwrapper/Makefile

Modified: head/deskutils/appwrapper/Makefile
==============================================================================
--- head/deskutils/appwrapper/Makefile	Sun Feb  2 11:28:02 2014	(r342273)
+++ head/deskutils/appwrapper/Makefile	Sun Feb  2 11:37:14 2014	(r342274)
@@ -19,9 +19,10 @@ USE_GNUSTEP_INSTALL=	yes
 
 WRKSRC=		${WRKDIR}/AppWrapper
 
-NO_STAGE=	yes
 post-patch:
 	${RMDIR} ${WRKSRC}/AppWrapper.app/ix86/linux-gnu
 	${RMDIR} ${WRKSRC}/AppWrapper.app/ix86
+	${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+		${WRKSRC}/GNUmakefile
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list