1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Use tar rather than unzip (extra dependency)

PR:		218369
Submitted by:	sunpoet (myself)
Approved by:	maintainer (timeout, 15 days)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-04-19 14:39:21 +00:00
parent fa6271b504
commit 96d3658073
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438854

View File

@ -14,8 +14,6 @@ COMMENT= Cartographic Projections library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
EXTRACT_DEPENDS= ${UNZIP_CMD}:archivers/unzip
DATUM_GRID_FILES= proj-datumgrid-1.6.zip
GNU_CONFIGURE= yes
@ -28,7 +26,7 @@ FMAN3= geodesic.3 pj_init.3
INSTALL_TARGET= install-strip
post-extract:
@${UNZIP_CMD} -q ${DISTDIR}/${DATUM_GRID_FILES} -d ${WRKSRC}/nad
@${TAR} -xf ${DISTDIR}/${DATUM_GRID_FILES} -C ${WRKSRC}/nad
pre-configure:
@${REINPLACE_CMD} -e 's|gcc|${COMPILER_TYPE}|' \