diff options
author | seb <seb@pkgsrc.org> | 2003-06-24 00:35:34 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-24 00:35:34 +0000 |
commit | f76be34707b2a883b6f5302a339652e6cca63173 (patch) | |
tree | 96fefcf5f14f8372542af342893eea4913e5182e /devel/prcs/Makefile | |
parent | 3fa97485bcd31e35386e0ab97a290a4c07f68e63 (diff) | |
download | pkgsrc-f76be34707b2a883b6f5302a339652e6cca63173.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/prcs/Makefile')
-rw-r--r-- | devel/prcs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 2c0bc7554ad..9c7b76a2176 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/06/11 20:50:52 abs Exp $ +# $NetBSD: Makefile,v 1.25 2003/06/24 00:42:03 seb Exp $ # FreeBSD Id: Makefile,v 1.9 1997/10/13 05:11:40 jmacd Exp # @@ -18,6 +18,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm NetBSD-*-arm32 \ GNU_CONFIGURE= yes CONFIGURE_ENV+= lispdir=${PREFIX}/share/examples/prcs +USE_NEW_TEXINFO= YES +INFO_FILES= prcs.info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |