diff options
author | seb <seb@pkgsrc.org> | 2003-08-03 00:46:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-03 00:46:22 +0000 |
commit | ef35a4ae374fd6a787ce4a94af088e2c6236a0e1 (patch) | |
tree | 9e06a021362ca69c9c6cf69fb65781c8ee53f379 /misc/pinfo | |
parent | a15aa8e109ca328716c916bca3a5f02a0ac6377a (diff) | |
download | pkgsrc-ef35a4ae374fd6a787ce4a94af088e2c6236a0e1.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'misc/pinfo')
-rw-r--r-- | misc/pinfo/Makefile | 6 | ||||
-rw-r--r-- | misc/pinfo/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index 1e05d24b492..0cfb5ac6117 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/17 21:49:46 grant Exp $ +# $NetBSD: Makefile,v 1.14 2003/08/03 00:46:22 seb Exp $ # DISTNAME= pinfo-0.6.1 @@ -16,6 +16,9 @@ USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +USE_NEW_TEXINFO= YES +INFO_FILES= pinfo.info + CPPFLAGS= -DDFLT_INFOPATH='\"/usr/share/info:${X11BASE}/info:${LOCALBASE}/info:/usr/local/info\"' post-install: @@ -31,5 +34,4 @@ CONFIGURE_ARGS+= --with-ncurses=${BUILDLINK_PREFIX.ncurses} .endif .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/pinfo/PLIST b/misc/pinfo/PLIST index 632d5d9c072..cda18822883 100644 --- a/misc/pinfo/PLIST +++ b/misc/pinfo/PLIST @@ -1,8 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/01 16:25:58 salo Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/03 00:46:22 seb Exp $ bin/pinfo -@unexec ${INSTALL_INFO} --delete %D/info/pinfo.info %D/info/dir info/pinfo.info -@exec ${INSTALL_INFO} %D/info/pinfo.info %D/info/dir man/man1/pinfo.1 ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/pinfo.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/pinfo.mo |