diff options
author | xtraeme <xtraeme> | 2004-07-09 16:51:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-09 16:51:59 +0000 |
commit | 29666de3c242960f82f7551caac7b5b363a36346 (patch) | |
tree | 98e937d0f389595cc9390794a8e976f43ab2e0dc /graphics/GMT | |
parent | 8553b506a34e071c93201f4900e34e20e8bb235d (diff) | |
download | pkgsrc-29666de3c242960f82f7551caac7b5b363a36346.tar.gz |
It's EXTRACT_SUFX not EXTRACT_SUFFIX, from Georg Schwarz on tech-pkg.
Diffstat (limited to 'graphics/GMT')
-rw-r--r-- | graphics/GMT/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/GMT/Makefile b/graphics/GMT/Makefile index bac5db431e9..5fd3f62b737 100644 --- a/graphics/GMT/Makefile +++ b/graphics/GMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/01/20 12:18:15 agc Exp $ +# $NetBSD: Makefile,v 1.21 2004/07/09 16:51:59 xtraeme Exp $ DISTNAME= GMT3.4 PKGNAME= GMT-3.4 @@ -19,7 +19,7 @@ COMMENT= Generic Mapping Tools DEPENDS+= netcdf>=3.4:../../devel/netcdf -EXTRACT_SUFFIX= .tar.bz2 +EXTRACT_SUFX= .tar.bz2 DIST_SUBDIR= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME} |