aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-19 14:39:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-19 14:39:21 +0000
commit96d3658073b0d505345ed9a19d779553754efc95 (patch)
tree57b5e2eb13ba35d2f15ecfdb463373d283790f99 /graphics
parentfa6271b504d731f0313149cf8a3ffa1697240cd2 (diff)
downloadports-96d3658073b0d505345ed9a19d779553754efc95.tar.gz
ports-96d3658073b0d505345ed9a19d779553754efc95.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/proj/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/proj/Makefile b/graphics/proj/Makefile
index 4528dc683253..49cede5884b4 100644
--- a/graphics/proj/Makefile
+++ b/graphics/proj/Makefile
@@ -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}|' \