diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-13 07:14:14 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-13 07:14:14 +0000 |
commit | 15ab6b292e6912c809c30b0fd6388f63e767e450 (patch) | |
tree | d426e0731ad6d7b958b6738d3bf984f1c30203b7 /graphics/pngquant/Makefile | |
parent | 9c2a40cc22aa07916852f3621628aefb6369724e (diff) | |
download | ports-15ab6b292e6912c809c30b0fd6388f63e767e450.tar.gz ports-15ab6b292e6912c809c30b0fd6388f63e767e450.zip |
Notes
Diffstat (limited to 'graphics/pngquant/Makefile')
-rw-r--r-- | graphics/pngquant/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index e5b99d935962..f95b80c1f929 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -6,12 +6,13 @@ # PORTNAME= pngquant -PORTVERSION= 0.95 +PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= http://www.libpng.org/pub/png/src/ \ ftp://ftp.libpng.org/pub/png/src/ \ ftp://swrinde.nde.swri.edu/pub/png/applications/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |