diff options
-rw-r--r-- | lang/icon/Makefile | 6 | ||||
-rw-r--r-- | lang/icon/distinfo | 2 | ||||
-rw-r--r-- | lang/icon/files/patch-ca | 17 |
3 files changed, 4 insertions, 21 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 3aa554b2024b..a6e821692129 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: icon -# Version required: 9.1 +# Version required: 9.3 # Date created: 05 April 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.6 1996/11/12 02:18:28 obrien Exp $ +# $Id: Makefile,v 1.7 1996/11/15 19:16:25 obrien Exp $ # DISTNAME= unix -PKGNAME= icon-9.1 +PKGNAME= icon-9.3 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/ diff --git a/lang/icon/distinfo b/lang/icon/distinfo index c355724754ac..1c19b603ccf4 100644 --- a/lang/icon/distinfo +++ b/lang/icon/distinfo @@ -1 +1 @@ -MD5 (unix.tar.gz) = ee898b46b22946cf82e79bfd710dd22f +MD5 (unix.tar.gz) = 6fa53241bb6eff844b155c22a98c2150 diff --git a/lang/icon/files/patch-ca b/lang/icon/files/patch-ca index abc697877a7d..5dc9692650ac 100644 --- a/lang/icon/files/patch-ca +++ b/lang/icon/files/patch-ca @@ -1,23 +1,6 @@ *** Makefile.orig Fri Jul 29 21:41:19 1994 --- Makefile Wed Mar 1 19:34:18 1995 *************** -*** 4,10 **** - - help: - @echo "See the Icon installation documents." -! @echo "Copies are in the doc directory here. - - ################################################################## - # ---- 4,10 ---- - - help: - @echo "See the Icon installation documents." -! @echo "Copies are in the doc directory here." - - ################################################################## - # -*************** *** 241,243 **** --- 241,259 ---- -cd tests; $(MAKE) Clean |