diff options
author | rodent <rodent> | 2013-04-06 13:01:26 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 13:01:26 +0000 |
commit | a94bec3d9f221bb7621f080077e578eef39d1429 (patch) | |
tree | 53f6dad5fe30a5d71af23c7b2e6df026845d3aa8 /x11 | |
parent | 05bcb91f0590bc64ea19684b4f2d0022d7691ce0 (diff) | |
download | pkgsrc-a94bec3d9f221bb7621f080077e578eef39d1429.tar.gz |
'EXTRACT_SUFX is ".tar.gz" by default, so this definition may be
redundant.' - It was. Removed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk13/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/fltk13/Makefile b/x11/fltk13/Makefile index 355cff0629e..232776ad42a 100644 --- a/x11/fltk13/Makefile +++ b/x11/fltk13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/02/16 11:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 13:01:28 rodent Exp $ DISTNAME= fltk-1.3.0-source PKGNAME= ${DISTNAME:S/-source//} @@ -8,7 +8,6 @@ CATEGORIES= x11 MASTER_SITES= http://ftp.easysw.com/pub/fltk/${VERS}/ \ ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/${VERS}/ \ ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/fltk/${VERS}/ -EXTRACT_SUFX= .tar.gz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fltk.org/ |