From 967d48f4d55b4703955146d2e800dc472df79e18 Mon Sep 17 00:00:00 2001 From: naddy Date: Sat, 14 Apr 2001 02:07:17 +0000 Subject: [PATCH] Pull COMMENT into Makefile, bump NEED_VERSION. --- x11/xlogout/Makefile | 6 ++++-- x11/xlogout/pkg/COMMENT | 1 - x11/xwit/Makefile | 6 ++++-- x11/xwit/pkg/COMMENT | 1 - 4 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 x11/xlogout/pkg/COMMENT delete mode 100644 x11/xwit/pkg/COMMENT diff --git a/x11/xlogout/Makefile b/x11/xlogout/Makefile index e15ec26b898..e70fb6c0b06 100644 --- a/x11/xlogout/Makefile +++ b/x11/xlogout/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2001/01/18 00:36:31 naddy Exp $ +# $OpenBSD: Makefile,v 1.10 2001/04/14 02:07:17 naddy Exp $ + +COMMENT= "simple logout button" DISTNAME= xlogout-1.1 CATEGORIES= x11 -NEED_VERSION= 1.319 +NEED_VERSION= 1.363 MAINTAINER= Christian Weisgerber diff --git a/x11/xlogout/pkg/COMMENT b/x11/xlogout/pkg/COMMENT deleted file mode 100644 index b5929fc6a05..00000000000 --- a/x11/xlogout/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -simple logout button diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 4ed6a7c3926..4902ac8349b 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2001/01/25 17:03:05 naddy Exp $ +# $OpenBSD: Makefile,v 1.2 2001/04/14 02:07:19 naddy Exp $ + +COMMENT= "X11 window interface tool" DISTNAME= xwit-3.4 CATEGORIES= x11 -NEED_VERSION= 1.352 +NEED_VERSION= 1.363 MAINTAINER= Christian Weisgerber diff --git a/x11/xwit/pkg/COMMENT b/x11/xwit/pkg/COMMENT deleted file mode 100644 index 6536a828704..00000000000 --- a/x11/xwit/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -X11 window interface tool