pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/torsmo Don't care about portability when conf...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a3611a4e7e5
branches:  trunk
changeset: 414326:4a3611a4e7e5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Mar 26 02:27:42 2020 +0000

description:
Don't care about portability when configure is already patched

diffstat:

 sysutils/torsmo/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0822717ab9ca -r 4a3611a4e7e5 sysutils/torsmo/Makefile
--- a/sysutils/torsmo/Makefile  Thu Mar 26 02:27:21 2020 +0000
+++ b/sysutils/torsmo/Makefile  Thu Mar 26 02:27:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2020/03/20 11:58:23 nia Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/26 02:27:42 joerg Exp $
 
 DISTNAME=              torsmo-0.18
 PKGREVISION=           3
@@ -22,6 +22,8 @@
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/examples/torsmo
 INSTALLATION_DIRS+=    share/doc/torsmo
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${X11_TYPE} == "modular"



Home | Main Index | Thread Index | Old Index