diff options
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 |