pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gmngview When using EXTRACT_ELEMENTS with wil...
details: https://anonhg.NetBSD.org/pkgsrc/rev/131c335929d2
branches: trunk
changeset: 639772:131c335929d2
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Sep 25 10:51:31 2014 +0000
description:
When using EXTRACT_ELEMENTS with wildcards we need to set EXTRACT_USING
to bsdtar, as the default tar implementation may be GNU tar which
requires explicitly using --wildcards for inclusion matches.
diffstat:
graphics/gmngview/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 184a3e0179f8 -r 131c335929d2 graphics/gmngview/Makefile
--- a/graphics/gmngview/Makefile Thu Sep 25 10:50:58 2014 +0000
+++ b/graphics/gmngview/Makefile Thu Sep 25 10:51:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2014/05/05 00:47:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2014/09/25 10:51:31 jperkin Exp $
#
DISTNAME= libmng-1.0.10
@@ -15,6 +15,7 @@
MAKE_ENV+= LIBMNG_PREFIX=${BUILDLINK_PREFIX.mng:Q}
EXTRACT_ELEMENTS= */contrib/gcc/gtk-mng*
+EXTRACT_USING= bsdtar
INSTALLATION_DIRS= bin
USE_TOOLS+= pkg-config
Home |
Main Index |
Thread Index |
Old Index