summaryrefslogtreecommitdiff
path: root/archivers/libarchive/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-14 13:50:13 +0000
committerjoerg <joerg>2006-11-14 13:50:13 +0000
commit7b60791d869fd40546b4b5da0ca908fdc89bbec2 (patch)
tree7d4ca4a93183d879a279d745b167428c6a0837dc /archivers/libarchive/Makefile
parent5babb3a25b14f81aacd56eb1639f9253213f04ed (diff)
downloadpkgsrc-7b60791d869fd40546b4b5da0ca908fdc89bbec2.tar.gz
DESTDIR support.
Diffstat (limited to 'archivers/libarchive/Makefile')
-rw-r--r--archivers/libarchive/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile
index 000739e91ac..3aaf343a49b 100644
--- a/archivers/libarchive/Makefile
+++ b/archivers/libarchive/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/11/10 00:29:44 adrianp Exp $
+# $NetBSD: Makefile,v 1.16 2006/11/14 13:50:13 joerg Exp $
#
DISTNAME= libarchive-1.3.1
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://people.freebsd.org/~kientzle/libarchive/src/
COMMENT= Library to read/create different archive formats
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_LIBTOOL= yes