diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-03 16:14:35 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-03 16:14:35 +0000 |
commit | 4d7c196e8563b3fa6e696d6dba1d193cb68e8af5 (patch) | |
tree | d6d1bd4ea3011b9837d4b27005967ba297eb6548 /devel | |
parent | be3a365f32ef295b0a857f89b854c509aa92dee0 (diff) | |
download | pkgsrc-4d7c196e8563b3fa6e696d6dba1d193cb68e8af5.tar.gz |
fix master site. From jmcneill@
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swt/Makefile b/devel/swt/Makefile index 2943e53b6b0..cf10d19b8f8 100644 --- a/devel/swt/Makefile +++ b/devel/swt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/03 13:51:29 jmcneill Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/03 16:14:35 tnn Exp $ # SWTREL= 3.5.1 @@ -8,7 +8,7 @@ SWTDATE= 200909170800 PKGNAME= swt-${SWTREL}.${SWTVER} DISTNAME= swt-${SWTREL}-gtk-linux-x86 CATEGORIES= devel -MASTER_SITES= http://download.eclipse.org/eclipse/downloads/drops/R-${SWTVER}-${SWTDATE}/ +MASTER_SITES= http://download.eclipse.org/eclipse/downloads/drops/R-${SWTREL}-${SWTDATE}/ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org |