diff options
author | mjl <mjl@pkgsrc.org> | 2000-06-06 12:02:46 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2000-06-06 12:02:46 +0000 |
commit | 2a8550fad45135a150c98367652d51659d40bac0 (patch) | |
tree | 1d8bcf8b017b287dc0f042448de8bafc6657eb65 /x11/x3270/Makefile | |
parent | 26e1caa2ee917c45236914a454809854ce4c7490 (diff) | |
download | pkgsrc-2a8550fad45135a150c98367652d51659d40bac0.tar.gz |
Update to 3.2.8. No changelog available.
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r-- | x11/x3270/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 89d01f7f596..66c9c273fb2 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -1,14 +1,17 @@ -# $NetBSD: Makefile,v 1.6 1999/04/15 20:39:49 tron Exp $ +# $NetBSD: Makefile,v 1.7 2000/06/06 12:02:46 mjl Exp $ # FreeBSD Id: Makefile,v 1.10 1997/10/15 20:23:40 max Exp # -DISTNAME= x3270-3.1.1.6 +DISTNAME= x3270-328 +PKGNAME= x3270-3.2.8 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} +MASTER_SITES= http://www.geocities.com/SiliconValley/Peaks/7814/ +EXTRACT_SUFX= .tgz MAINTAINER= volf@oasis.IAEhv.nl +HOMEPAGE= http://www.geocities.com/SiliconValley/Peaks/7814/ -WRKSRC= ${WRKDIR}/x3270-3.1.1 +WRKSRC= ${WRKDIR}/x3270-3.2 USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |