From 8443d4f499f5e06f85ce922fe9c3698742081a16 Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 15 Nov 2011 16:36:01 +0000 Subject: [PATCH] Drop MAINTAINER for some ancient cruft I haven't used in years, if ever. Also drop USE_GROFF where unnecessary. --- www/man2web/Makefile | 7 +++---- x11/xwit/Makefile | 13 +++++-------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/www/man2web/Makefile b/www/man2web/Makefile index 489911ae63f..5c43bc15bf6 100644 --- a/www/man2web/Makefile +++ b/www/man2web/Makefile @@ -1,13 +1,12 @@ -# $OpenBSD: Makefile,v 1.8 2010/10/19 08:02:53 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2011/11/15 16:36:01 naddy Exp $ COMMENT= convert man pages to HTML DISTNAME= man2web-0.88 +REVISION= 0 CATEGORIES= www HOMEPAGE= http://man2web.sourceforge.net/ -MAINTAINER= Christian Weisgerber - # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes @@ -23,6 +22,6 @@ CONFIGURE_ARGS+= --disable-lynx # requires lynxcgi support MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/helpers FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/man2web -USE_GROFF = Yes +USE_GROFF= Yes .include diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index de349446f19..af517f1a7f5 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -1,25 +1,22 @@ -# $OpenBSD: Makefile,v 1.13 2010/10/24 21:15:37 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2011/11/15 16:36:01 naddy Exp $ COMMENT= X11 window interface tool DISTNAME= xwit-3.4 -REVISION= 0 +REVISION= 1 CATEGORIES= x11 -MAINTAINER= Christian Weisgerber - # BSD-like, badly worded PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB += X11 Xau Xdmcp Xext c +MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} +WANTLIB= X11 Xau Xdmcp Xext c -USE_GROFF = Yes -CONFIGURE_STYLE= imake +CONFIGURE_STYLE=imake NO_REGRESS= Yes