pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/libcups



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan  4 22:33:48 UTC 2021

Modified Files:
        pkgsrc/print/libcups: Makefile

Log Message:
libcups: remove ~ skip pattern now that it's default


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/libcups/Makefile

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

Modified files:

Index: pkgsrc/print/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.8 pkgsrc/print/libcups/Makefile:1.9
--- pkgsrc/print/libcups/Makefile:1.8   Mon Jan  4 14:32:17 2021
+++ pkgsrc/print/libcups/Makefile       Mon Jan  4 22:33:48 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/01/04 14:32:17 prlw1 Exp $
+#$NetBSD: Makefile,v 1.9 2021/01/04 22:33:48 wiz Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -38,8 +38,6 @@ CONFIGURE_ARGS+=      --with-exe-file-perm=07
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 
-CHECK_PORTABILITY_SKIP+=       configure~
-
 .include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 



Home | Main Index | Thread Index | Old Index