summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-05-04 14:25:52 +0000
committernia <nia@pkgsrc.org>2020-05-04 14:25:52 +0000
commit8cc9bd1a50b8815ad56cba932e1830951bdefec7 (patch)
tree4bef65f892eb10cd37355fc5edb561126aac5067
parent1f93aa0c106b2e7231b6e23f652f9dca5eb82be9 (diff)
downloadpkgsrc-8cc9bd1a50b8815ad56cba932e1830951bdefec7.tar.gz
qsubst: Don't build with -Werror
-rw-r--r--textproc/qsubst/Makefile4
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"