diff options
author | naddy <naddy@FreeBSD.org> | 2002-10-26 09:38:44 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-10-26 09:38:44 +0800 |
commit | 2798563f33cf390a9c5108319bb6d7c21e775c26 (patch) | |
tree | 1b07fbe2b5d5a773d497b03206b45ad378b347d7 /graphics/gplot/Makefile | |
parent | 82070d574b48b3f846054f9016b514172b500383 (diff) | |
download | freebsd-ports-gnome-2798563f33cf390a9c5108319bb6d7c21e775c26.tar.gz freebsd-ports-gnome-2798563f33cf390a9c5108319bb6d7c21e775c26.tar.zst freebsd-ports-gnome-2798563f33cf390a9c5108319bb6d7c21e775c26.zip |
- Make portlint happy.
- Honor CC, CFLAGS.
- Remove unused code that trips GCC3.
PR: 44467
Submitted by: Volker Stolz <vs@foldr.org>
Diffstat (limited to 'graphics/gplot/Makefile')
-rw-r--r-- | graphics/gplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gplot/Makefile b/graphics/gplot/Makefile index 711c247698a1..583b418c8356 100644 --- a/graphics/gplot/Makefile +++ b/graphics/gplot/Makefile @@ -9,7 +9,8 @@ PORTNAME= gplot PORTVERSION= 4.3 CATEGORIES= graphics MASTER_SITES= ftp://ftp.psc.edu/pub/gplot/ -DISTFILES= gplot.tar.Z +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org |