diff options
Diffstat (limited to 'graphics/gplot/Makefile')
-rw-r--r-- | graphics/gplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile index fa7644e1b4a9..ab7a5420ed67 100644 --- a/graphics/gplot/Makefile +++ b/graphics/gplot/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/ DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Graphic utilities for the processing of CGM metafiles @@ -18,7 +17,7 @@ CFLAGS+= -Wno-return-type NO_WRKSUBDIR= yes ALL_TARGET= drawcgm gtex gplot PORTDOCS= gplot.hlp gplot.txt gtex.doc -USES= fortran +USES= fortran tar:Z do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gplot ${STAGEDIR}${PREFIX}/bin |