aboutsummaryrefslogtreecommitdiff
path: root/devel/bison
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-04-10 09:06:25 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-04-10 09:06:25 +0000
commitde0dddb8379aca42d4f4d9680dd0114d01d6921f (patch)
tree1808aa486b6132ff88c9138ae696cef005bb5dd3 /devel/bison
parent8e333b4fbc76f5b9493ddaaddc03503a6fbf5b73 (diff)
downloadports-de0dddb8379aca42d4f4d9680dd0114d01d6921f.tar.gz
ports-de0dddb8379aca42d4f4d9680dd0114d01d6921f.zip
Notes
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile
index 7e4788391e47..ab140a0042eb 100644
--- a/devel/bison/Makefile
+++ b/devel/bison/Makefile
@@ -44,6 +44,9 @@ PLIST_SUB+= NLS=""
post-extract:
@${RM} -f ${WRKSRC}/doc/bison.info*
@${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in
+.if defined(WITHOUT_NLS)
+ @${REINPLACE_CMD} 's/ install-exec-local//' ${WRKSRC}/lib/Makefile.in
+.endif
#
# Requires texinfo 4.8 or above