diff options
author | tg <tg@FreeBSD.org> | 1998-02-20 12:19:49 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-02-20 12:19:49 +0000 |
commit | 88308118c77a1b874dd25cac054d0edb246bce04 (patch) | |
tree | 929da9a24608f0c554a314f20cb6dfff41238931 /lang/icon/Makefile | |
parent | b75ce0537312dae552e3a3a683ca4bdeec19aef9 (diff) | |
download | FreeBSD-ports-88308118c77a1b874dd25cac054d0edb246bce04.zip FreeBSD-ports-88308118c77a1b874dd25cac054d0edb246bce04.tar.gz |
Upgrade to 9.3.1.
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 |