diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-08 20:35:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-08 20:35:28 +0000 |
commit | a2e3179861861dfb8436f9a3879601ced2795715 (patch) | |
tree | e38f730bc683410506ef9ff5df8f844b39fb16fe | |
parent | cba0d1bad755a5808007d8566e67bbb9dca1a65d (diff) | |
download | pkgsrc-a2e3179861861dfb8436f9a3879601ced2795715.tar.gz |
Supports DESTDIR.
-rw-r--r-- | archivers/liblzo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index 563d947cdb4..6255047beb8 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/06/16 14:52:20 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/09/08 20:35:28 joerg Exp $ # DISTNAME= lzo-1.08 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.oberhumer.com/opensource/lzo/ COMMENT= Portable lossless data compression library (v1) PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES USE_LIBTOOL= YES |