pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/wwwoffle



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Mar 27 20:51:43 UTC 2020

Modified Files:
        pkgsrc/www/wwwoffle: Makefile

Log Message:
Skip configure.in as we patch configure already


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/www/wwwoffle/Makefile

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

Modified files:

Index: pkgsrc/www/wwwoffle/Makefile
diff -u pkgsrc/www/wwwoffle/Makefile:1.90 pkgsrc/www/wwwoffle/Makefile:1.91
--- pkgsrc/www/wwwoffle/Makefile:1.90   Sun Mar  8 16:51:39 2020
+++ pkgsrc/www/wwwoffle/Makefile        Fri Mar 27 20:51:43 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2020/03/08 16:51:39 wiz Exp $
+# $NetBSD: Makefile,v 1.91 2020/03/27 20:51:43 joerg Exp $
 
 DISTNAME=      wwwoffle-2.9j
 PKGREVISION=   6
@@ -18,6 +18,8 @@ BUILD_DEFS+=  VARBASE
 CONFIGURE_ARGS+=       --with-confdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --with-spooldir=${VARBASE}/wwwoffle
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 PKG_SYSCONFSUBDIR=     wwwoffle
 CONF_FILES+=           ${PREFIX}/share/examples/wwwoffle/wwwoffle.conf ${PKG_SYSCONFDIR}/wwwoffle.conf
 CONF_FILES_MODE=       0640



Home | Main Index | Thread Index | Old Index