diff options
author | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-27 18:41:11 +0000 |
commit | 6dcb35cc4540606da433fd60c2ea8deb67cc736b (patch) | |
tree | 5a670e83731c045a6a2cd732ed95c0208be6f15a /time/ical | |
parent | 587ecbda8742a25d25c7ec0cfc408d48a2e08aaf (diff) | |
download | pkgsrc-6dcb35cc4540606da433fd60c2ea8deb67cc736b.tar.gz |
Do not set FETCH_USING, should not be set in a package Makefile.
Diffstat (limited to 'time/ical')
-rw-r--r-- | time/ical/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/time/ical/Makefile b/time/ical/Makefile index 009e482d761..52255d9b247 100644 --- a/time/ical/Makefile +++ b/time/ical/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.30 2014/01/20 19:20:09 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2014/01/27 18:41:15 wiz Exp $ VER= 3.0.2 DISTNAME= ical-${VER} -EXTRACT_SUFFIX= .tar.gz -#PKGREVISION= 1 PKGREVISION= 4 CATEGORIES= time MASTER_SITES= https://launchpad.net/ical-tcl/3.x/${VER}/+download/ -FETCH_USING= curl +EXTRACT_SUFFIX= .tar.gz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://launchpad.net/ical-tcl/ |