diff options
author | wiz <wiz> | 2001-02-17 17:06:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:06:11 +0000 |
commit | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (patch) | |
tree | b77992e84a99ed0927e796b3a892e8e464f1c6a1 /x11/lesstif12 | |
parent | d608863c95ca75cb5c6de3ea7abf864b9bdcca15 (diff) | |
download | pkgsrc-a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'x11/lesstif12')
-rw-r--r-- | x11/lesstif12/Makefile | 4 | ||||
-rw-r--r-- | x11/lesstif12/pkg/COMMENT | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile index b1d031e3a0a..5a3c483f226 100644 --- a/x11/lesstif12/Makefile +++ b/x11/lesstif12/Makefile @@ -1,7 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2001/01/29 11:34:48 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 17:06:35 wiz Exp $ PKGNAME= lesstif12-${LESSTIF_VERSION} +COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2 + CONFLICTS+= lesstif-0.[0-8]* CONFLICTS+= lesstif-0.90* CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3] diff --git a/x11/lesstif12/pkg/COMMENT b/x11/lesstif12/pkg/COMMENT deleted file mode 100644 index 83ec4f65496..00000000000 --- a/x11/lesstif12/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -API compatible clone of the OSF/Motif toolkit, version 1.2 |