diff options
author | seb <seb@pkgsrc.org> | 2003-08-02 21:38:11 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-02 21:38:11 +0000 |
commit | d419761fe57ae1fb57bc298087df37c185d8c4b0 (patch) | |
tree | 27d41e758fe5e7e5b2769c2b63ac588cf9a2e2ce /math/pspp | |
parent | 3985abc7afa0638344bb769a14efbbfea4e0cf51 (diff) | |
download | pkgsrc-d419761fe57ae1fb57bc298087df37c185d8c4b0.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'math/pspp')
-rw-r--r-- | math/pspp/Makefile | 6 | ||||
-rw-r--r-- | math/pspp/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/pspp/Makefile b/math/pspp/Makefile index 17aef2abc58..505948daaf3 100644 --- a/math/pspp/Makefile +++ b/math/pspp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/07/17 21:48:01 grant Exp $ +# $NetBSD: Makefile,v 1.27 2003/08/02 21:38:11 seb Exp $ # DISTNAME= pspp-0.3.0 @@ -25,6 +25,9 @@ GNU_CONFIGURE= yes CPPFLAGS+= -Dunix=1 CONFIGURE_ARGS= --sysconfdir="${PKG_SYSCONFDIR}" +USE_NEW_TEXINFO= YES +INFO_FILES= pspp.info + PKG_SYSCONFSUBDIR= pspp EGDIR= ${PREFIX}/share/examples/pspp CONF_FILES= ${EGDIR}/devices ${PKG_SYSCONFDIR}/devices @@ -33,5 +36,4 @@ CONF_FILES+= ${EGDIR}/papersize ${PKG_SYSCONFDIR}/papersize CONF_FILES+= ${EGDIR}/ps-prologue ${PKG_SYSCONFDIR}/ps-prologue .include "../../devel/gettext-lib/buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/pspp/PLIST b/math/pspp/PLIST index 637c9b6b2c2..179d132ad4c 100644 --- a/math/pspp/PLIST +++ b/math/pspp/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/24 17:50:23 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/08/02 21:38:12 seb Exp $ bin/pspp -@unexec ${INSTALL_INFO} --delete %D/info/pspp.info %D/info/dir info/pspp.info info/pspp.info-1 info/pspp.info-2 @@ -10,7 +9,6 @@ info/pspp.info-5 info/pspp.info-6 info/pspp.info-7 info/pspp.info-8 -@exec ${INSTALL_INFO} %D/info/pspp.info %D/info/dir share/doc/pspp/NEWS share/doc/pspp/README share/doc/pspp/TODO |