diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-28 16:36:10 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-28 16:36:10 +0000 |
commit | d5770c6cb7942480397c2e98c80532ac4fe7e012 (patch) | |
tree | a99a5d4460ce0d66f5d4f506e12a7d7f4e1a6ef9 /lang | |
parent | f52f11fd6f09e0d222989ad0f1186712fd72a596 (diff) | |
download | FreeBSD-ports-d5770c6cb7942480397c2e98c80532ac4fe7e012.zip FreeBSD-ports-d5770c6cb7942480397c2e98c80532ac4fe7e012.tar.gz |
Update to version 9.3.2 to unbreak the port
(the distfile is named unix.tgz..ugh)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/icon/Makefile | 4 | ||||
-rw-r--r-- | lang/icon/distinfo | 2 | ||||
-rw-r--r-- | lang/icon/files/patch-ae | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 7fde1e2..fa85b43 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: icon -# Version required: 9.3.1 +# Version required: 9.3.2 # Date created: 05 April 1995 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # @@ -7,7 +7,7 @@ # DISTNAME= unix -PKGNAME= icon-9.3.1 +PKGNAME= icon-9.3.2 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/ EXTRACT_SUFX= .tgz diff --git a/lang/icon/distinfo b/lang/icon/distinfo index 6faacda..7a264c3 100644 --- a/lang/icon/distinfo +++ b/lang/icon/distinfo @@ -1 +1 @@ -MD5 (icon/unix.tgz) = 87b8628e24c1e7c14edbe593f46e06e4 +MD5 (icon/unix.tgz) = 3147586808024239962390cfa78a00a8 diff --git a/lang/icon/files/patch-ae b/lang/icon/files/patch-ae index cca27b2..5ff110d 100644 --- a/lang/icon/files/patch-ae +++ b/lang/icon/files/patch-ae @@ -1,6 +1,6 @@ ---- Makefile.orig Fri Feb 13 15:18:30 1998 -+++ Makefile Fri Feb 20 13:00:05 1998 -@@ -186,3 +186,16 @@ +--- Makefile.orig Thu Jul 1 10:39:20 1999 ++++ Makefile Sat Aug 28 09:25:59 1999 +@@ -187,6 +187,19 @@ -cd tests; $(MAKE) Clean ################################################################## @@ -17,3 +17,6 @@ + install -c -g bin -o bin -m 644 bin/rt.a ${PREFIX}/share/icon/rt.a + install -c -g bin -o bin -m 644 bin/rt.db ${PREFIX}/share/icon/rt.db + install -c -g bin -o bin -m 644 bin/rt.h ${PREFIX}/share/icon/rt.h + # Entries beyond this point are for use at Arizona only. + # *** Do not delete the line above; it is used in trimming Makefiles + # for distribution *** |