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 | c3df273ef7c994ffae83f76be5d4a086cc3bbf3a (patch) | |
tree | 24ad8318ec63d0e3415836d58b99efa8dcb5fa9a /sysutils | |
parent | 1525c4e12ad5406031173d28eb5482e133922718 (diff) | |
download | pkgsrc-c3df273ef7c994ffae83f76be5d4a086cc3bbf3a.tar.gz |
Add shared library symlinks to PLIST, noted by Martti Kuparinen.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-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 |