1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- USES gmake instead of USE_GMAKE

- Support STAGEDIR
This commit is contained in:
Rusmir Dusko 2014-01-08 23:38:55 +00:00
parent 42fc170903
commit 4c4d72d4e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339188

View File

@ -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>