diff options
author | shurd <shurd@FreeBSD.org> | 2016-04-12 11:26:52 +0800 |
---|---|---|
committer | shurd <shurd@FreeBSD.org> | 2016-04-12 11:26:52 +0800 |
commit | 2258f71ece57649fce3bbaa09a778f32f25072fa (patch) | |
tree | 85c5db04201f59a334697eed3ca741e04a82d6b8 /comms/yaac | |
parent | 462a55377e17c0dad08a932a1186d47eeafde72d (diff) | |
download | freebsd-ports-gnome-2258f71ece57649fce3bbaa09a778f32f25072fa.tar.gz freebsd-ports-gnome-2258f71ece57649fce3bbaa09a778f32f25072fa.tar.zst freebsd-ports-gnome-2258f71ece57649fce3bbaa09a778f32f25072fa.zip |
Fix error reported by pkg-fallout
Apparently, setting USES=zip doesn't mean you can use UNZIP_CMD in targets
after extract.
Take this opportunity to remove post-patch target.
Diffstat (limited to 'comms/yaac')
-rw-r--r-- | comms/yaac/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/yaac/Makefile b/comms/yaac/Makefile index c495d6d18ffe..dac8a6933abe 100644 --- a/comms/yaac/Makefile +++ b/comms/yaac/Makefile @@ -19,12 +19,8 @@ SUB_FILES= yaac.sh DATADIR= ${JAVASHAREDIR}/${PORTNAME} WRKSRC= ${WRKDIR}/yaac -post-patch: - #${RM} -rf ${WRKSRC}/lib/rxtx* - #${RM} -rf ${WRKSRC}/lib/gnu/io/RXTXcomm - do-install: - ${UNZIP_CMD} -d ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME} ${WRKSRC}/YAAC.zip + ${UNZIP_NATIVE_CMD} -d ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME} ${WRKSRC}/YAAC.zip ${RM} -rf ${STAGEDIR}/${JAVASHAREDIR}/${PORTNAME}/lib/rxtx-2.2pre2-bins ${INSTALL_SCRIPT} ${WRKDIR}/yaac.sh ${STAGEDIR}${PREFIX}/bin/yaac |