diff options
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 15f74d0..2b2481a 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: icon -# Version required: 9.3 +# Version required: 9.3.1 # Date created: 05 April 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.10 1997/11/04 04:12:09 asami Exp $ +# $Id: Makefile,v 1.11 1998/01/20 09:37:40 tg Exp $ # DISTNAME= unix -EXTRACT_SUFX= .tgz -PKGNAME= icon-9.3 +PKGNAME= icon-9.3.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/ +EXTRACT_SUFX= .tgz -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.ORG DIST_SUBDIR= icon NO_WRKSUBDIR= true |