diff options
author | seb <seb@pkgsrc.org> | 2002-01-16 14:09:26 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-01-16 14:09:26 +0000 |
commit | 584afa27c78655ac95c04b3d6fd3c91204b33320 (patch) | |
tree | dc7fb6fc3e1f34cd4164c5336a848c9e0ca84fc4 /x11/xwit | |
parent | 8a2a918d4f80796428cde846c4bdcdf095e53994 (diff) | |
download | pkgsrc-584afa27c78655ac95c04b3d6fd3c91204b33320.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/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 |