diff options
author | dmcmahill <dmcmahill> | 2000-02-09 17:40:20 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-02-09 17:40:20 +0000 |
commit | 412787cf07a8f712be18de29d51795b70cc5437b (patch) | |
tree | 5c59e9266c3efeb94e21cc6195436d1ceace718d /x11/xwatchwin | |
parent | 8823eaa7d7f588ee93f28e333549facb080da97c (diff) | |
download | pkgsrc-412787cf07a8f712be18de29d51795b70cc5437b.tar.gz |
split out PLIST for different OPSYS. The man pages get installed
in differing places.
Diffstat (limited to 'x11/xwatchwin')
-rw-r--r-- | x11/xwatchwin/Makefile | 3 | ||||
-rw-r--r-- | x11/xwatchwin/pkg/PLIST | 3 | ||||
-rw-r--r-- | x11/xwatchwin/pkg/PLIST.netbsd | 3 | ||||
-rw-r--r-- | x11/xwatchwin/pkg/PLIST.sunos | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/x11/xwatchwin/Makefile b/x11/xwatchwin/Makefile index e171bbcc7fd..9a8a1fa35a3 100644 --- a/x11/xwatchwin/Makefile +++ b/x11/xwatchwin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/24 15:02:59 agc Exp $ +# $NetBSD: Makefile,v 1.2 2000/02/09 17:40:20 dmcmahill Exp $ DISTNAME= xwatchwin PKGNAME= xwatchwin-1.1.1 @@ -9,6 +9,7 @@ MAINTAINER= packages@netbsd.org #HOMEPAGE= ONLY_FOR_PLATFORM= SunOS-*-* # not tested on NetBSD yet +PLIST_SRC= ${PKGDIR}/PLIST.${LOWER_OPSYS} USE_X11BASE= yes USE_IMAKE= yes diff --git a/x11/xwatchwin/pkg/PLIST b/x11/xwatchwin/pkg/PLIST deleted file mode 100644 index 2245a8bcd82..00000000000 --- a/x11/xwatchwin/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/24 15:03:00 agc Exp $ -bin/xwatchwin -man/man1/xwatchwin.1x diff --git a/x11/xwatchwin/pkg/PLIST.netbsd b/x11/xwatchwin/pkg/PLIST.netbsd new file mode 100644 index 00000000000..3017fb96a01 --- /dev/null +++ b/x11/xwatchwin/pkg/PLIST.netbsd @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.netbsd,v 1.1 2000/02/09 17:40:21 dmcmahill Exp $ +bin/xwatchwin +man/cat1/xwatchwin.0 diff --git a/x11/xwatchwin/pkg/PLIST.sunos b/x11/xwatchwin/pkg/PLIST.sunos new file mode 100644 index 00000000000..3f266421467 --- /dev/null +++ b/x11/xwatchwin/pkg/PLIST.sunos @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.sunos,v 1.1 2000/02/09 17:40:21 dmcmahill Exp $ +bin/xwatchwin +man/man1/xwatchwin.1x |