diff options
author | minskim <minskim@pkgsrc.org> | 2009-07-07 11:09:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-07-07 11:09:51 +0000 |
commit | 1e99ce1f29499d43395887cdf10e8f8c16890915 (patch) | |
tree | db3f30172eda3ee7fbaea114d46a7ea3ee3769db /archivers/Makefile | |
parent | c304a1506e5af5b86c7409985bcd705e3997faf6 (diff) | |
download | pkgsrc-1e99ce1f29499d43395887cdf10e8f8c16890915.tar.gz |
Replace xz-utils with xz.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 11e68bc628b..a93592a6e17 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2009/06/08 14:01:37 wiz Exp $ +# $NetBSD: Makefile,v 1.112 2009/07/07 11:09:51 minskim Exp $ # COMMENT= Archivers @@ -89,7 +89,7 @@ SUBDIR+= upx SUBDIR+= xbin SUBDIR+= xmill SUBDIR+= xpk -SUBDIR+= xz-utils +SUBDIR+= xz SUBDIR+= zip SUBDIR+= zip1 SUBDIR+= zoo |