diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-30 03:44:41 +0000 |
commit | 792529759b850aa6227cf6c074e30e190258a2ed (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/readline/Makefile | |
parent | 67b40424518ea89a6b2972171275539f5e3e6254 (diff) | |
download | pkgsrc-792529759b850aa6227cf6c074e30e190258a2ed.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/readline/Makefile')
-rw-r--r-- | devel/readline/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index 41ae662c38e..c46f57c9aef 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2006/03/04 21:29:29 jlam Exp $ +# $NetBSD: Makefile,v 1.39 2006/03/30 03:44:43 jlam Exp $ # DISTNAME= readline-5.1 @@ -18,10 +18,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes USE_LIBTOOL= yes +INFO_FILES= # PLIST BUILD_TARGET= all-libtool INSTALL_TARGET= install-libtool -INFO_FILES= history.info readline.info rluserman.info - .include "../../mk/bsd.pkg.mk" |