diff options
author | joerg <joerg> | 2006-11-05 17:06:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:06:43 +0000 |
commit | 4eea521f2d32d7514f61469cbf3c33a2064060cb (patch) | |
tree | 70a6fae62ebc2a27f975798423c758d6cff61075 /archivers | |
parent | cc8c10700e3ef9ca80a910ee44f82205f944e0b7 (diff) | |
download | pkgsrc-4eea521f2d32d7514f61469cbf3c33a2064060cb.tar.gz |
DESTDIR support.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lzo/Makefile | 3 | ||||
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/archivers/lzo/Makefile b/archivers/lzo/Makefile index 9c3033bd85a..dc2b0e0e45f 100644 --- a/archivers/lzo/Makefile +++ b/archivers/lzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/05 17:10:43 joerg Exp $ # DISTNAME= lzo-2.02 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.oberhumer.com/opensource/lzo/ COMMENT= Portable lossless data compression library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index 260992f70d8..c355986a7a4 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/03/10 20:41:41 heinz Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/05 17:10:43 joerg Exp $ DISTNAME= Archive-Tar-1.29 PKGNAME= p5-${DISTNAME} @@ -15,6 +15,7 @@ DEPENDS+= p5-IO-String-[0-9]*:../../devel/p5-IO-String DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir MAKE_PARAMS+= "-d" # Text::Diff is a prerequisite USE_LANGUAGES= # empty |