diff options
author | sbd <sbd@pkgsrc.org> | 2010-03-30 04:36:54 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2010-03-30 04:36:54 +0000 |
commit | a243e8fd1a9012fe87f0ba08613fcde3f41f5f5f (patch) | |
tree | a83843976a6f544a311b6f4f97dbe42d309a78d2 /net/libvncserver | |
parent | fa40d92b7b3d3bdf9f61846a01954301ef43ad7c (diff) | |
download | pkgsrc-a243e8fd1a9012fe87f0ba08613fcde3f41f5f5f.tar.gz |
add 'bin/LinuxVNC' to PLIST.Linux From PR 42289
Bump PKGREVISION
OK wiz@
Diffstat (limited to 'net/libvncserver')
-rw-r--r-- | net/libvncserver/Makefile | 4 | ||||
-rw-r--r-- | net/libvncserver/PLIST.Linux | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index f646f6fb87f..707842f8fde 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2010/01/18 09:59:20 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2010/03/30 04:36:54 sbd Exp $ # DISTNAME= LibVNCServer-0.9.7 PKGNAME= libVNCServer-0.9.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libvncserver/} diff --git a/net/libvncserver/PLIST.Linux b/net/libvncserver/PLIST.Linux new file mode 100644 index 00000000000..e107002d38f --- /dev/null +++ b/net/libvncserver/PLIST.Linux @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2010/03/30 04:36:54 sbd Exp $ +bin/LinuxVNC |