pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/torsmo



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Mar 26 02:27:42 UTC 2020

Modified Files:
        pkgsrc/sysutils/torsmo: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/torsmo/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/torsmo/Makefile
diff -u pkgsrc/sysutils/torsmo/Makefile:1.15 pkgsrc/sysutils/torsmo/Makefile:1.16
--- pkgsrc/sysutils/torsmo/Makefile:1.15        Fri Mar 20 11:58:23 2020
+++ pkgsrc/sysutils/torsmo/Makefile     Thu Mar 26 02:27:42 2020
@@ -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 @@ DOCDIR=                       ${PREFIX}/share/doc/torsmo
 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