summaryrefslogtreecommitdiff
path: root/x11/xwit
diff options
context:
space:
mode:
authorseb <seb>2002-01-16 14:09:26 +0000
committerseb <seb>2002-01-16 14:09:26 +0000
commitda8ab32f59275d3ca079d65df90efbb30b7d6a67 (patch)
treedc7fb6fc3e1f34cd4164c5336a848c9e0ca84fc4 /x11/xwit
parent77838c52cbafa10a4b7e48f22751e0815280668e (diff)
downloadpkgsrc-da8ab32f59275d3ca079d65df90efbb30b7d6a67.tar.gz
Update to revision 1: let xwit's imake generated Makefile do the install
and fix PLIST accordingly. This fix the package behaviour on Solaris id est let _IMAKE_MAN_CMD do its job. While here update MAINTAINER email address.
Diffstat (limited to 'x11/xwit')
-rw-r--r--x11/xwit/Makefile10
-rw-r--r--x11/xwit/PLIST3
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