summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorseb <seb>2003-05-05 22:17:58 +0000
committerseb <seb>2003-05-05 22:17:58 +0000
commit8a766b2fec77c4f6d4d066aa5b2e2df346370b71 (patch)
tree8d97d308cadbcc1c51419049772afb69791d6954 /devel
parent9416335582f49005a4447ba825f8bc8d855cc973 (diff)
downloadpkgsrc-8a766b2fec77c4f6d4d066aa5b2e2df346370b71.tar.gz
Use texinfo.mk and as a conservative step define TEXINFO_OVERRIDE to YES.
This fix binary package: previously the `@{un,}exec ${INSTALL_INFO} ...' were not substituted with a pathname on install-info.
Diffstat (limited to 'devel')
-rw-r--r--devel/prc-tools/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/prc-tools/Makefile b/devel/prc-tools/Makefile
index 7da03da27fa..63e625d264c 100644
--- a/devel/prc-tools/Makefile
+++ b/devel/prc-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2002/11/24 01:42:18 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/05 22:17:58 seb Exp $
#
DISTNAME= prc-tools-2.2
@@ -33,6 +33,7 @@ USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
AUTOCONF_REQD= 2.50
+TEXINFO_OVERRIDE= YES
#CONFIGURE_ARGS+=--target=m68k-palmos
CONFIGURE_ARGS+=--enable-targets=m68k-palmos,arm-palmos
@@ -59,4 +60,5 @@ pre-patch:
.include "../../mk/autoconf.mk"
.include "../../lang/gcc/buildlink2.mk"
.include "../../devel/ncurses/buildlink2.mk"
+.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"