svn commit: r338920 - head/x11-themes/emerald-themes

Antoine Brodin antoine at FreeBSD.org
Mon Jan 6 18:51:30 UTC 2014


Author: antoine
Date: Mon Jan  6 18:51:30 2014
New Revision: 338920
URL: http://svnweb.freebsd.org/changeset/ports/338920

Log:
  - Stage support
  - Convert to USES gmake and shebangfix

Modified:
  head/x11-themes/emerald-themes/Makefile

Modified: head/x11-themes/emerald-themes/Makefile
==============================================================================
--- head/x11-themes/emerald-themes/Makefile	Mon Jan  6 18:35:08 2014	(r338919)
+++ head/x11-themes/emerald-themes/Makefile	Mon Jan  6 18:51:30 2014	(r338920)
@@ -12,17 +12,13 @@ BUILD_DEPENDS=	bash:${PORTSDIR}/shells/b
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake shebangfix
 USE_AUTOTOOLS=	autoconf:env automake:env aclocal:env autoheader:env
+SHEBANG_FILES=	themes/import.sh
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
-			${WRKSRC}/themes/import.sh
-
 pre-configure:
 	@cd ${WRKSRC} && ./autogen.sh
 


More information about the svn-ports-all mailing list