diff options
author | jperkin <jperkin@pkgsrc.org> | 2019-10-24 10:53:23 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2019-10-24 10:53:23 +0000 |
commit | 3f8c52c7af26b18010d2d120ca20d190ffb43ca9 (patch) | |
tree | 10df7358ec56cf7460a7c5e64d7d825924c9d76b /devel/bison | |
parent | d4bd22c9dc8fe2e6053e1ec9670800d6c41cecfa (diff) | |
download | pkgsrc-3f8c52c7af26b18010d2d120ca20d190ffb43ca9.tar.gz |
bison: Remove broken and now entirely redundant nls section.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index f79bca38693..496735ff405 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2019/10/23 12:17:33 triaxx Exp $ +# $NetBSD: Makefile,v 1.110 2019/10/24 10:53:23 jperkin Exp $ DISTNAME= bison-3.4.2 CATEGORIES= devel @@ -29,18 +29,4 @@ CONFIGURE_ARGS.Cygwin+= ac_cv_func___fpending=yes pre-build: ${TOUCH} ${WRKSRC}/doc/bison.1 -# "bison" wants a recent version of "gettext" which at least some -# NetBSD versions don't provide. Figure out whether it will install -# the locale files or not. -.if !empty(PKG_OPTIONS:Mnls) -PLIST_SRC= ${WRKDIR}/PLIST - -post-configure: - if grep -q '^POSUB = po$$' ${WRKSRC}/Makefile; then \ - ${CP} ${PKGDIR}/PLIST ${PLIST_SRC}; \ - else \ - ${GREP} -v '^share/locale/' ${PKGDIR}/PLIST >${PLIST_SRC}; \ - fi -.endif - .include "../../mk/bsd.pkg.mk" |