summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg>2009-01-28 14:55:48 +0000
committerjoerg <joerg>2009-01-28 14:55:48 +0000
commit83526f419a8a01d5ac67e5b797515d717d19de88 (patch)
tree06115a0a2e6184bd1e032c8d5244635170debcee /archivers
parentc3ef23bdbedb65ab3772cfc839283b4497ef3273 (diff)
downloadpkgsrc-83526f419a8a01d5ac67e5b797515d717d19de88.tar.gz
Supports DESTDIR.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/lzma-utils/Makefile4
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++