diff options
Diffstat (limited to 'graphics')
-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} |