svn commit: r339188 - head/x11-themes/lxde-icon-theme

Rusmir Dusko nemysis at FreeBSD.org
Wed Jan 8 23:38:55 UTC 2014


Author: nemysis
Date: Wed Jan  8 23:38:55 2014
New Revision: 339188
URL: http://svnweb.freebsd.org/changeset/ports/339188

Log:
  - USES gmake instead of USE_GMAKE
  - Support STAGEDIR

Modified:
  head/x11-themes/lxde-icon-theme/Makefile

Modified: head/x11-themes/lxde-icon-theme/Makefile
==============================================================================
--- head/x11-themes/lxde-icon-theme/Makefile	Wed Jan  8 23:32:27 2014	(r339187)
+++ head/x11-themes/lxde-icon-theme/Makefile	Wed Jan  8 23:38:55 2014	(r339188)
@@ -12,8 +12,7 @@ COMMENT=	LXDE Icon Theme
 LICENSE=	GPLv3
 
 USE_BZIP2=	YES
-USE_GMAKE=	yes
-USES=		iconv
+USES=		gmake iconv
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
 
@@ -24,17 +23,12 @@ PORTDOCS=	AUTHORS
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \
 		${WRKSRC}/Makefile.in
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list