pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/tits



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  2 16:10:47 UTC 2019

Modified Files:
        pkgsrc/sysutils/tits: Makefile

Log Message:
tits: strip -Werror


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/tits/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/tits/Makefile
diff -u pkgsrc/sysutils/tits/Makefile:1.27 pkgsrc/sysutils/tits/Makefile:1.28
--- pkgsrc/sysutils/tits/Makefile:1.27  Sun Apr 26 14:38:10 2015
+++ pkgsrc/sysutils/tits/Makefile       Mon Sep  2 16:10:47 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/26 14:38:10 mef Exp $
+# $NetBSD: Makefile,v 1.28 2019/09/02 16:10:47 nia Exp $
 
 DISTNAME=      tits-1.3.0
 CATEGORIES=    sysutils
@@ -18,6 +18,8 @@ INSTALLATION_DIRS=    ${PKGMANDIR}/man8 ${P
 
 INSTALL_MAKE_FLAGS+=   BINDIR=${PREFIX}/sbin
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 post-patch:
        ${MV} ${WRKSRC}/tits.8 ${WRKSRC}/tits.8.in
        ${SED} -e 's|/usr/local/etc|${PKG_SYSCONFDIR}|g'        \



Home | Main Index | Thread Index | Old Index