diff options
author | joerg <joerg> | 2006-11-05 17:49:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-05 17:49:33 +0000 |
commit | 0e386c916fa69e655b8d8b5dba5c86634b1eca1c (patch) | |
tree | e92266243f12437844f0b94d56efcdbde175f5f0 /devel/readline | |
parent | 8fbffd2ef33369f94c8cab69c3d2dfb97dc257f1 (diff) | |
download | pkgsrc-0e386c916fa69e655b8d8b5dba5c86634b1eca1c.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel/readline')
-rw-r--r-- | devel/readline/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 670319f3c90..0825888124f 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/10/22 10:55:31 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= readline-5.2 @@ -13,6 +13,7 @@ HOMEPAGE= http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html COMMENT= GNU library that can recall and edit previous input PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LIBTOOL= yes |