diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-09 09:01:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-02-09 09:01:28 +0000 |
commit | 62dac8cdeb78ee75f9443ee5db0329ebabf9fd7a (patch) | |
tree | b3232c63a049a8c5784a9d3cb144b0668859ede2 /x11-themes | |
parent | 3b224e8fc73df6b4838708c8206b26f80270c0b0 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/lxde-icon-theme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-themes/lxde-icon-theme/Makefile b/x11-themes/lxde-icon-theme/Makefile index b8fcfc633ab7..19c0dbf2c05c 100644 --- a/x11-themes/lxde-icon-theme/Makefile +++ b/x11-themes/lxde-icon-theme/Makefile @@ -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} |