diff options
author | bouyer <bouyer@pkgsrc.org> | 2005-03-27 15:58:24 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2005-03-27 15:58:24 +0000 |
commit | 1820903956aca6c4ecb7ce1e017278b6a6df86e0 (patch) | |
tree | 24ad8318ec63d0e3415836d58b99efa8dcb5fa9a /sysutils/xentools20 | |
parent | 1f2ba12d0f320f0ff7886c932bdf7413cb4ace3e (diff) | |
download | pkgsrc-1820903956aca6c4ecb7ce1e017278b6a6df86e0.tar.gz |
Add shared library symlinks to PLIST, noted by Martti Kuparinen.
Bump PKGREVISION.
Diffstat (limited to 'sysutils/xentools20')
-rw-r--r-- | sysutils/xentools20/Makefile | 4 | ||||
-rw-r--r-- | sysutils/xentools20/PLIST | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile index 1a7130ea960..b4e3bf67ba8 100644 --- a/sysutils/xentools20/Makefile +++ b/sysutils/xentools20/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2005/03/17 23:53:56 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2005/03/27 15:58:24 bouyer Exp $ # DISTNAME= xen-2.0.3-src PKGNAME= xentools20-2.0.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/ EXTRACT_SUFX= .tgz diff --git a/sysutils/xentools20/PLIST b/sysutils/xentools20/PLIST index 358d95be86b..82a5c5e715f 100644 --- a/sysutils/xentools20/PLIST +++ b/sysutils/xentools20/PLIST @@ -1,10 +1,14 @@ -@comment $NetBSD: PLIST,v 1.2 2005/03/17 23:47:12 bouyer Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/03/27 15:58:24 bouyer Exp $ bin/miniterm bin/xencons bin/xenperf include/xc.h +lib/libxc.so +lib/libxc.so.2.0 lib/libxc.so.2.0.0 lib/libxutil.a +lib/libxutil.so +lib/libxutil.so.2.0 lib/libxutil.so.2.0.0 sbin/netfix sbin/xend |