diff options
author | tg <tg@FreeBSD.org> | 1997-02-12 16:39:25 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-12 16:39:25 +0800 |
commit | 285dc403a079cbbaa0d336052332dd12c6758588 (patch) | |
tree | cbb874c690837f385b80be9718d6d3f315bb27e5 /lang | |
parent | bda87eb573e9c05fce99ef6b56ac692e88a034f7 (diff) | |
download | freebsd-ports-graphics-285dc403a079cbbaa0d336052332dd12c6758588.tar.gz freebsd-ports-graphics-285dc403a079cbbaa0d336052332dd12c6758588.tar.zst freebsd-ports-graphics-285dc403a079cbbaa0d336052332dd12c6758588.zip |
Upgrade to 9.3.
Closes 1/13th of PR #2677 ;-).
Diffstat (limited to 'lang')
-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 3aa554b2024..a6e82169212 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 c355724754a..1c19b603ccf 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 abc697877a7..5dc9692650a 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 |