diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 03:35:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 03:35:25 +0000 |
commit | 381ab57a61cc98040c1f8f8a18881fc7ef3127af (patch) | |
tree | 507e299cd1b2e7eced7f696054cc373ec7e0c54c /x11/xorg-server/PLIST.Linux | |
parent | a8e2729bb6992e4fc6c7b5b7a4eb43d37aa28673 (diff) | |
download | pkgsrc-381ab57a61cc98040c1f8f8a18881fc7ef3127af.tar.gz |
Missing bits to make this build/work correctly on FreeBSD 5.x.
Not tested on 4.x, but changes should be trivial to commit...
Diffstat (limited to 'x11/xorg-server/PLIST.Linux')
-rw-r--r-- | x11/xorg-server/PLIST.Linux | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xorg-server/PLIST.Linux b/x11/xorg-server/PLIST.Linux index 6c7e123ab53..1ba1237ead7 100644 --- a/x11/xorg-server/PLIST.Linux +++ b/x11/xorg-server/PLIST.Linux @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST.Linux,v 1.2 2004/09/21 17:38:53 xtraeme Exp $ +@comment $NetBSD: PLIST.Linux,v 1.3 2004/10/08 03:35:25 xtraeme Exp $ +${X11ROOT_PREFIX}/etc/init.d/xprint ${X11ROOT_PREFIX}/lib/X11/xserver/C/print/models/CANONBJ10E-GS/fonts ${X11ROOT_PREFIX}/lib/X11/xserver/C/print/models/CANONBJ10E-GS/model-config ${X11ROOT_PREFIX}/lib/X11/xserver/C/print/models/PS2PDFspooldir-GS/fonts @@ -23,3 +24,4 @@ ${X11ROOT_PREFIX}/${KERNMAN_DIR}/v4l.${KERNMAN_SUFFIX} @dirrm ${X11ROOT_PREFIX}/lib/modules/drivers/linux @dirrm ${X11ROOT_PREFIX}/lib/modules/input/linux @dirrm ${X11ROOT_PREFIX}/lib/modules/linux +@dirrm ${X11ROOT_PREFIX}/etc/init.d |