diff options
author | seb <seb> | 2003-06-25 11:32:38 +0000 |
---|---|---|
committer | seb <seb> | 2003-06-25 11:32:38 +0000 |
commit | a4df26456f549044f9b1389e578467b8e7abec4a (patch) | |
tree | b35dc3fda79c1d4bab88cbb68008d871dc520c90 /devel/readline | |
parent | fd91fdb598406be255063b0998cc6aa292913865 (diff) | |
download | pkgsrc-a4df26456f549044f9b1389e578467b8e7abec4a.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/readline')
-rw-r--r-- | devel/readline/Makefile | 4 | ||||
-rw-r--r-- | devel/readline/PLIST | 8 |
2 files changed, 3 insertions, 9 deletions
diff --git a/devel/readline/Makefile b/devel/readline/Makefile index efe6a2d7872..bf724dad272 100644 --- a/devel/readline/Makefile +++ b/devel/readline/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/06/02 01:20:15 jschauma Exp $ +# $NetBSD: Makefile,v 1.24 2003/06/25 11:32:38 seb Exp $ # DISTNAME= readline-4.3 @@ -16,7 +16,7 @@ USE_LIBTOOL= # defined ALL_TARGET= all-la INSTALL_TARGET= install-la +USE_NEW_TEXINFO= YES INFO_FILES= readline.info history.info rluserman.info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/readline/PLIST b/devel/readline/PLIST index 0df4f755a1b..aeeaa02fdc3 100644 --- a/devel/readline/PLIST +++ b/devel/readline/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/07 17:39:47 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/25 11:32:38 seb Exp $ include/readline/chardefs.h include/readline/history.h include/readline/keymaps.h @@ -7,15 +7,9 @@ include/readline/rlconf.h include/readline/rlstdc.h include/readline/rltypedefs.h include/readline/tilde.h -@unexec ${INSTALL_INFO} --delete %D/info/history.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/readline.info %D/info/dir -@unexec ${INSTALL_INFO} --delete %D/info/rluserman.info %D/info/dir info/history.info info/readline.info info/rluserman.info -@exec ${INSTALL_INFO} %D/info/history.info %D/info/dir -@exec ${INSTALL_INFO} %D/info/readline.info %D/info/dir -@exec ${INSTALL_INFO} %D/info/rluserman.info %D/info/dir lib/libhistory.a lib/libhistory.la lib/libhistory.so |