pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/synergy drop obsolete EXTRACT_USING=bsdtar; the pa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/768928eba4b2
branches:  trunk
changeset: 351203:768928eba4b2
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Tue Aug 16 18:47:02 2016 +0000

description:
drop obsolete EXTRACT_USING=bsdtar; the package uses github distribution

diffstat:

 net/synergy/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r b7a37ed95303 -r 768928eba4b2 net/synergy/Makefile
--- a/net/synergy/Makefile      Tue Aug 16 18:36:48 2016 +0000
+++ b/net/synergy/Makefile      Tue Aug 16 18:47:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2016/08/16 18:36:01 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2016/08/16 18:47:02 tnn Exp $
 
 DISTNAME=              synergy-1.8.2
 CATEGORIES=            net x11
@@ -10,10 +10,9 @@
 COMMENT=               Let a user share a mouse and keyboard among computers
 LICENSE=               gnu-gpl-v2
 
-EXTRACT_USING=         bsdtar
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            unzip
-# Main configuration is cmake, but subdirectories are gnu configure.
+# Main configuration is CMake, but subdirectories are GNU configure.
 # We need to set GNU_CONFIGURE=yes for config.{guess,sub} overrides to kick in.
 # Fortunately for us, cmake seems to take precedence in infrastructure.
 USE_CMAKE=             yes



Home | Main Index | Thread Index | Old Index