diff options
Diffstat (limited to 'x11/xwit')
-rw-r--r-- | x11/xwit/Makefile | 10 | ||||
-rw-r--r-- | x11/xwit/PLIST | 3 |
2 files changed, 4 insertions, 9 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index ab05df90bcb..1239d9acdd5 100644 --- a/x11/xwit/Makefile +++ b/x11/xwit/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/16 14:15:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/16 14:09:26 seb Exp $ # DISTNAME= xwit-3.4 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB:=utilities/} -MAINTAINER= seb@pbox.org +MAINTAINER= seb@netbsd.org COMMENT= Utility for calling X11 functions from the shell USE_IMAKE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xwit ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/xwit.man ${PREFIX}/man/man1/xwit.1 - ${INSTALL_MAN} ${WRKSRC}/xwit.0 ${PREFIX}/man/cat1/xwit.0 - .include "../../mk/bsd.pkg.mk" diff --git a/x11/xwit/PLIST b/x11/xwit/PLIST index 4058d5fb319..6cbc89c3d30 100644 --- a/x11/xwit/PLIST +++ b/x11/xwit/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:12:46 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/16 14:09:26 seb Exp $ bin/xwit man/cat1/xwit.0 -man/man1/xwit.1 |