diff options
author | adam <adam> | 2011-02-09 09:12:16 +0000 |
---|---|---|
committer | adam <adam> | 2011-02-09 09:12:16 +0000 |
commit | fe3eabc4040e1c9ee50599ead39dbc725de2044c (patch) | |
tree | 175b9891704529ccbafed514cd5b0921e66557d8 /archivers/xz/builtin.mk | |
parent | 375b1adea6cf34118a3a9c207fb8169b57b83656 (diff) | |
download | pkgsrc-fe3eabc4040e1c9ee50599ead39dbc725de2044c.tar.gz |
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
Diffstat (limited to 'archivers/xz/builtin.mk')
-rw-r--r-- | archivers/xz/builtin.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |