diff options
author | nia <nia@pkgsrc.org> | 2020-05-04 14:25:52 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-05-04 14:25:52 +0000 |
commit | 8cc9bd1a50b8815ad56cba932e1830951bdefec7 (patch) | |
tree | 4bef65f892eb10cd37355fc5edb561126aac5067 /textproc | |
parent | 1f93aa0c106b2e7231b6e23f652f9dca5eb82be9 (diff) | |
download | pkgsrc-8cc9bd1a50b8815ad56cba932e1830951bdefec7.tar.gz |
qsubst: Don't build with -Werror
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/qsubst/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/qsubst/Makefile b/textproc/qsubst/Makefile index 53b2ad30acd..d3c30901e3c 100644 --- a/textproc/qsubst/Makefile +++ b/textproc/qsubst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/25 06:56:53 asau Exp $ +# $NetBSD: Makefile,v 1.13 2020/05/04 14:25:52 nia Exp $ # DISTNAME= qsubst-20010422 @@ -13,6 +13,8 @@ USE_TOOLS+= groff nroff WRKSRC= ${WRKDIR}/qsubst +BUILDLINK_TRANSFORM+= rm:-Werror + INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |