diff options
author | tron <tron> | 2016-01-21 21:32:22 +0000 |
---|---|---|
committer | tron <tron> | 2016-01-21 21:32:22 +0000 |
commit | ecc3a131f9190f534da639ec557d640863a6abd3 (patch) | |
tree | 87310805c0345d597c5d6cdececc90873e8a02a1 /pkgtools/pkg_install | |
parent | e4c8625b5e2081cc5196ed446611a16a7368d7e8 (diff) | |
download | pkgsrc-ecc3a131f9190f534da639ec557d640863a6abd3.tar.gz |
Fix syntax error
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index ea57f6b42d8..d5bdce66bb2 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.214 2016/01/21 18:11:31 joerg Exp $ +# $NetBSD: Makefile,v 1.215 2016/01/21 21:32:22 tron Exp $ # Notes to package maintainers: # @@ -154,7 +154,7 @@ LIBARCHIVE_CONFIGURE_ARGS+= --without-openssl # the system version, so give them some control. . if empty(USE_BUILTIN.xz:M[Yy][Ee][Ss]) LIBARCHIVE_CONFIGURE_ARGS+= --without-lzma - . endif +. endif LIBARCHIVE_LIBS= ${SED} -n -e 's/^Libs.private://p' \ ${WRKDIR}/libarchive/build/pkgconfig/libarchive.pc 2>/dev/null || echo |