diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 19:16:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-15 19:16:25 +0000 |
commit | 8cab6ac113b4c8ea60603a7c73a4ad378b4bd2b8 (patch) | |
tree | 036de101ced06f7226829809fecfc254ea7437ef /lang/icon | |
parent | new port for ines, nintendo simulator (diff) |
Modernize the Makefile.
Notes
Notes:
svn path=/head/; revision=4494
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index f549b27b3f71..3aa554b2024b 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -3,11 +3,11 @@ # Date created: 05 April 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.5 1996/11/05 08:33:57 tg Exp $ +# $Id: Makefile,v 1.6 1996/11/12 02:18:28 obrien Exp $ # -DISTNAME= icon-9.1 -DISTFILES= unix.tar.gz +DISTNAME= unix +PKGNAME= icon-9.1 CATEGORIES= lang MASTER_SITES= ftp://ftp.cs.arizona.edu/icon/packages/unix/ |