diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-28 14:55:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-28 14:55:48 +0000 |
commit | a20fe239df4e615d2c66a9ceb98a0b9c3fa80d74 (patch) | |
tree | 06115a0a2e6184bd1e032c8d5244635170debcee /archivers | |
parent | 6fc2c95999cc773d70c8bec0e0f4ef1c2158e687 (diff) | |
download | pkgsrc-a20fe239df4e615d2c66a9ceb98a0b9c3fa80d74.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzma-utils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/lzma-utils/Makefile b/archivers/lzma-utils/Makefile index 3a290cf7b7b..6a2738a21df 100644 --- a/archivers/lzma-utils/Makefile +++ b/archivers/lzma-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 18:06:39 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/01/28 14:55:48 joerg Exp $ # DISTNAME= lzma-4.32.7 @@ -10,6 +10,8 @@ MAINTAINER= magnus.henoch@gmail.com HOMEPAGE= http://tukaani.org/lzma/ COMMENT= LZMA compression and decompression utilities +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ |