From fe3eabc4040e1c9ee50599ead39dbc725de2044c Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 9 Feb 2011 09:12:16 +0000 Subject: Changes 5.0.1: * xz --force now (de)compresses files that have setuid, setgid, The man page had it documented this way already, but the code had a bug. * gzip and bzip2 support in xzdiff was fixed. * Portability fixes * Minor fix to Czech translation --- archivers/xz/builtin.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers/xz/builtin.mk') diff --git a/archivers/xz/builtin.mk b/archivers/xz/builtin.mk index a7d4c4e4255..101a842389c 100644 --- a/archivers/xz/builtin.mk +++ b/archivers/xz/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.1 2010/08/25 10:44:40 obache Exp $ +# $NetBSD: builtin.mk,v 1.2 2011/02/09 09:12:16 adam Exp $ BUILTIN_PKG:= xz @@ -44,7 +44,7 @@ BUILTIN_VERSION.xz!= \ BUILTIN_PKG.xz= xz-${BUILTIN_VERSION.xz} .endif -MAKEVARS+= BUILTIN_PKG.xz +MAKEVARS+= BUILTIN_PKG.xz ### ### Determine whether we should use the built-in implementation if it -- cgit v1.2.3