summaryrefslogtreecommitdiff
path: root/lang/icon/Makefile
diff options
context:
space:
mode:
authorpooka <pooka>2000-04-05 14:32:51 +0000
committerpooka <pooka>2000-04-05 14:32:51 +0000
commit8fb07f791b6b96654e846dd0cd7bf92a355c6a17 (patch)
tree5fc29ae7fd9c88c526edd89c1001a68e7823aae3 /lang/icon/Makefile
parent5e9c9fe1ec6b68e8e641462a6f4037fd635761dd (diff)
downloadpkgsrc-8fb07f791b6b96654e846dd0cd7bf92a355c6a17.tar.gz
Upgrade to icon-9.3.2.
For the Icon source code, this is primarily a maintenance release. The code has been reworked and simplified to increase portability. An ANSI C compiler is now required, and UNIX systems are expected to supply a POSIX (1003.1-1988) library. Version 9.3.2 adds one new feature: The files in a directory can be listed by opening the directory as a file. Subsequent reads return the names of the files contained in the directory. The names are returned in no particular order, and for UNIX, the directories "." and ".." are included.
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r--lang/icon/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index ad7baf79984..415f3ac72cb 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 1999/07/07 21:25:42 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/04/05 14:32:51 pooka Exp $
# FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp
#
DISTNAME= unix
-PKGNAME= icon-9.3.1
+PKGNAME= icon-9.3.2
CATEGORIES= lang
MASTER_SITES= http://www.cs.arizona.edu/icon/ftp/packages/unix/
EXTRACT_SUFX= .tgz
@@ -13,8 +13,8 @@ HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm
ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386
-DIST_SUBDIR= icon
-NO_WRKSUBDIR= true
+DIST_SUBDIR= ${PKGNAME}
+NO_WRKSUBDIR= yes
ALL_TARGET= Icon Icon-iconc
MANCOMPRESSED_IF_MANZ= yes