diff options
author | jwise <jwise> | 2000-09-11 18:11:43 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-11 18:11:43 +0000 |
commit | 3afe8393701972a38642bb6bb22a6d6b12ef5770 (patch) | |
tree | 761d9245dfd73a38a1b482e18b8e8dca29aaae7f /x11/swing/Makefile | |
parent | 2078ca28393d380b31ea7e822cf317584aec0e83 (diff) | |
download | pkgsrc-3afe8393701972a38642bb6bb22a6d6b12ef5770.tar.gz |
Use the .zip distribution of swing, rather than the .tar.Z, as it is
significantly smaller. Pointed out by Bernd Ernesti.
Diffstat (limited to 'x11/swing/Makefile')
-rw-r--r-- | x11/swing/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/swing/Makefile b/x11/swing/Makefile index 1bdbbbc7a89..edf215f379d 100644 --- a/x11/swing/Makefile +++ b/x11/swing/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2000/09/11 15:36:26 jwise Exp $ +# $NetBSD: Makefile,v 1.8 2000/09/11 18:11:43 jwise Exp $ DISTNAME= swing1_1_1 PKGNAME= swing-1.1.1 CATEGORIES= devel x11 MASTER_SITES= # none -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .zip MAINTAINER= jwise@netbsd.org HOMEPAGE= http://www.javasoft.com/products/jfc/ @@ -48,13 +48,13 @@ do-fetch: ${LOCALBASE}/bin/urlget -p http://www.javasoft.com/Download3 \ referer=http://www.javasoft.com/products/jfc/download.html \ protocol="FTP Download" \ - download-name=swing1_1_1.tar.Z \ + download-name=swing1_1_1.zip \ config-file=swing111.config \ - platform=compressed \ + platform=zip \ domain-checked= \ > ${TEMPFILE} ; \ ${FETCH_CMD} -o ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} `${GREP} ftp:// ${TEMPFILE} | \ - ${SED} -e 's|.*\(ftp://.*.tar.Z\).*|\1|'` ; \ + ${SED} -e 's|.*\(ftp://.*.zip\).*|\1|'` ; \ fi do-install: |