Date: Thu, 9 Feb 2017 09:01:29 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433714 - head/x11-themes/lxde-icon-theme Message-ID: <201702090901.v1991T79060797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Feb 9 09:01:28 2017 New Revision: 433714 URL: https://svnweb.freebsd.org/changeset/ports/433714 Log: - Drop USES=gmake,iconv: builds fine with system make and doesn't really need iconv - Switch to options helpers Modified: head/x11-themes/lxde-icon-theme/Makefile Modified: head/x11-themes/lxde-icon-theme/Makefile ============================================================================== --- head/x11-themes/lxde-icon-theme/Makefile Thu Feb 9 08:57:26 2017 (r433713) +++ head/x11-themes/lxde-icon-theme/Makefile Thu Feb 9 09:01:28 2017 (r433714) @@ -12,22 +12,22 @@ COMMENT= LXDE Icon Theme LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake iconv tar:xz +USES= tar:xz GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} NO_ARCH= yes DATADIR= ${PREFIX}/share/lxde -INSTALLS_ICONS= YES +INSTALLS_ICONS= yes PORTDOCS= AUTHORS + OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|cp -raf --no-preserve=ownership|cp -RpPf|' \ ${WRKSRC}/Makefile.in -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702090901.v1991T79060797>