diff options
author | roy <roy@pkgsrc.org> | 2016-09-23 08:39:53 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2016-09-23 08:39:53 +0000 |
commit | 1934bcc9e75081ae2483e6849d1b6db31460313e (patch) | |
tree | b96ab7b7bd482ccc9c8eecf59095c23b7ef132c9 /textproc | |
parent | e96c1f925f00dd3327b0b866a3b9be7313800a33 (diff) | |
download | pkgsrc-1934bcc9e75081ae2483e6849d1b6db31460313e.tar.gz |
Extract using bsdtar.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/yaml-cpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/yaml-cpp/Makefile b/textproc/yaml-cpp/Makefile index 2c5596d4e9e..298ae7d824e 100644 --- a/textproc/yaml-cpp/Makefile +++ b/textproc/yaml-cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2016/09/19 09:52:21 fhajny Exp $ +# $NetBSD: Makefile,v 1.4 2016/09/23 08:39:53 roy Exp $ # DISTNAME= yaml-cpp-0.5.3 @@ -12,6 +12,7 @@ LICENSE= mit GITHUB_TAG= ${DISTNAME} +EXTRACT_USING= bsdtar USE_CMAKE= yes USE_LANGUAGES= c c++ |