svn commit: r433714 - head/x11-themes/lxde-icon-theme
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Feb 9 09:01:30 UTC 2017
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}
More information about the svn-ports-all
mailing list