diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-16 03:16:25 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-16 03:16:25 +0800 |
commit | 255e83281c2f8f66f50672d7f5868d15a71300a3 (patch) | |
tree | 255156784b7cacadcc50a0805c9540b2b4d345b2 /lang | |
parent | c799ceb0b6d795ee3cd8b0d9ad1d7f2f3c013c08 (diff) | |
download | freebsd-ports-gnome-255e83281c2f8f66f50672d7f5868d15a71300a3.tar.gz freebsd-ports-gnome-255e83281c2f8f66f50672d7f5868d15a71300a3.tar.zst freebsd-ports-gnome-255e83281c2f8f66f50672d7f5868d15a71300a3.zip |
Modernize the Makefile.
Diffstat (limited to 'lang')
-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/ |