diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-03 04:17:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-03 04:17:23 +0000 |
commit | 90fb80758bcb1aae5691849c747d170260696785 (patch) | |
tree | e8b3b3ed164c392443b55f7878bc9b189c4c8326 /x11/xwatchwin | |
parent | af1d3ad77bd2c31e52bd93fa54fe55cf6812b230 (diff) | |
download | pkgsrc-90fb80758bcb1aae5691849c747d170260696785.tar.gz |
Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more
portable. Bump PKGREVISION accordingly.
Diffstat (limited to 'x11/xwatchwin')
-rw-r--r-- | x11/xwatchwin/Makefile | 5 | ||||
-rw-r--r-- | x11/xwatchwin/PLIST | 3 | ||||
-rw-r--r-- | x11/xwatchwin/PLIST.netbsd | 3 | ||||
-rw-r--r-- | x11/xwatchwin/PLIST.sunos | 3 |
4 files changed, 5 insertions, 9 deletions
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index d8babdbb35c..ca201509634 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.5 2002/08/25 21:53:03 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/03 04:17:25 jschauma Exp $ DISTNAME= xwatchwin PKGNAME= xwatchwin-1.1.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://sunsite.uio.no/pub/X11/contrib/utilities/ MAINTAINER= packages@netbsd.org COMMENT= watch a window on another X server -PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS} - USE_BUILDLINK2= yes USE_IMAKE= yes diff --git a/x11/xwatchwin/PLIST b/x11/xwatchwin/PLIST new file mode 100644 index 00000000000..17ef40819d0 --- /dev/null +++ b/x11/xwatchwin/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2003/03/03 04:17:25 jschauma Exp $ +bin/xwatchwin +${IMAKE_MAN_DIR}/xwatchwin.${IMAKE_MANNEWSUFFIX} diff --git a/x11/xwatchwin/PLIST.netbsd b/x11/xwatchwin/PLIST.netbsd deleted file mode 100644 index 7bdc5526ea2..00000000000 --- a/x11/xwatchwin/PLIST.netbsd +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.netbsd,v 1.1 2001/10/31 22:29:25 zuntum Exp $ -bin/xwatchwin -man/cat1/xwatchwin.0 diff --git a/x11/xwatchwin/PLIST.sunos b/x11/xwatchwin/PLIST.sunos deleted file mode 100644 index 799bd6fca03..00000000000 --- a/x11/xwatchwin/PLIST.sunos +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST.sunos,v 1.1 2001/10/31 22:29:25 zuntum Exp $ -bin/xwatchwin -man/man1/xwatchwin.1x |