diff options
author | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-17 09:06:56 +0000 |
commit | 82acd159f7158e3b9efdc652d4faed7d75ffabde (patch) | |
tree | 7be69a1c41c51ca83affb66df5175564f77f3599 /lang/icon/Makefile | |
parent | 6cbbf89ce0ad4a62a586066dda99b7bbecd668ae (diff) | |
download | pkgsrc-82acd159f7158e3b9efdc652d4faed7d75ffabde.tar.gz |
Move the COMMENT from being in its own file to a definition in the
package Makefile.
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index c981905df7c..b7ec26de073 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/06/19 15:56:26 pooka Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/17 09:07:13 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/02/12 08:39:15 tg Exp # @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm +COMMENT= The Icon programming language ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-i386 NetBSD-*-sparc |