From f84046003d552a7ab298c17059947b8f3094788c Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 28 Oct 2010 14:47:31 +0000 Subject: [PATCH] - remove MESSAGE which didn't add much value. --- x11/belt/Makefile | 10 ++++------ x11/belt/pkg/MESSAGE | 6 ------ 2 files changed, 4 insertions(+), 12 deletions(-) delete mode 100644 x11/belt/pkg/MESSAGE diff --git a/x11/belt/Makefile b/x11/belt/Makefile index ce806ae1e5f..ca9be6cb75e 100644 --- a/x11/belt/Makefile +++ b/x11/belt/Makefile @@ -1,19 +1,17 @@ -# $OpenBSD: Makefile,v 1.17 2010/10/24 21:15:31 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.18 2010/10/28 14:47:31 jasper Exp $ COMMENT= Small menubar for X11 written in Perl/Tk DISTNAME= belt-1.21 -REVISION= 1 +REVISION= 2 CATEGORIES= x11 HOMEPAGE= http://www.stacken.kth.se/~maxz/programming.html\#belt MASTER_SITES= http://www.stacken.kth.se/~maxz/files/ -MAINTAINER= Jasper Lievisse Adriaanse - DISTFILES= ${DISTNAME} menu.conf.EXAMPLE belticons.tar.gz DIST_SUBDIR= belt -# License: BSD +# BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes @@ -26,7 +24,7 @@ EXTRACT_ONLY= belticons.tar.gz RUN_DEPENDS= ::x11/p5-Tk -USE_GROFF = Yes +USE_GROFF = Yes NO_REGRESS= Yes diff --git a/x11/belt/pkg/MESSAGE b/x11/belt/pkg/MESSAGE deleted file mode 100644 index 0846b6e0226..00000000000 --- a/x11/belt/pkg/MESSAGE +++ /dev/null @@ -1,6 +0,0 @@ -A sample configuration file has been installed as - -${PREFIX}/share/examples/belt/menu.conf.EXAMPLE - -You can copy it to ~/.beltconf/menu.conf and change it to suit your -needs.