diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | 807fa599b4f056e35089155a4dbe222355e7fc8f (patch) | |
tree | 19f19766d07f4db351e45baf826baa8dc5721ae3 /lang/icon | |
parent | 3082b65401d86adab3138444cabed9ab721b1e5d (diff) | |
download | FreeBSD-ports-807fa599b4f056e35089155a4dbe222355e7fc8f.zip FreeBSD-ports-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.gz |
Update of lang Makefiles....
Diffstat (limited to 'lang/icon')
-rw-r--r-- | lang/icon/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 58cbf2c..df6c918 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -3,11 +3,14 @@ # Date created: 05 April 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # +# $Id$ +# DISTNAME= icon-9.0 DISTFILES= unix_tar.gz -MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/ CATEGORIES+= languages +MASTER_SITES= ftp://cs.arizona.edu/icon/packages/unix/ + PATCH_STRIP= -p1 NO_WRKSUBDIR= true ALL_TARGET= Icon |