pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print
Module Name: pkgsrc
Committed By: rillig
Date: Tue Apr 9 20:18:42 UTC 2024
Modified Files:
pkgsrc/print/foomatic-filters: Makefile
pkgsrc/print/foomatic4-filters: Makefile
Log Message:
foomatic*-filters: fix pkglint warning about MANINSTALL
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/print/foomatic-filters/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/foomatic4-filters/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/foomatic-filters/Makefile
diff -u pkgsrc/print/foomatic-filters/Makefile:1.43 pkgsrc/print/foomatic-filters/Makefile:1.44
--- pkgsrc/print/foomatic-filters/Makefile:1.43 Mon Jul 24 19:25:36 2023
+++ pkgsrc/print/foomatic-filters/Makefile Tue Apr 9 20:18:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2023/07/24 19:25:36 bsiegert Exp $
+# $NetBSD: Makefile,v 1.44 2024/04/09 20:18:42 rillig Exp $
.include "Makefile.common"
@@ -33,7 +33,7 @@ BUILD_DEFS+= MANINSTALL
.if ${OPSYS} == "SunOS"
# SunOS nroff has problems with foomatic-rip.1
-MANINSTALL= none
+MANINSTALL= # none
INSTALL_TARGET= install-bin
.else
INSTALL_TARGET= install-bin install-man
Index: pkgsrc/print/foomatic4-filters/Makefile
diff -u pkgsrc/print/foomatic4-filters/Makefile:1.41 pkgsrc/print/foomatic4-filters/Makefile:1.42
--- pkgsrc/print/foomatic4-filters/Makefile:1.41 Mon Jul 25 11:12:27 2022
+++ pkgsrc/print/foomatic4-filters/Makefile Tue Apr 9 20:18:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2022/07/25 11:12:27 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/04/09 20:18:42 rillig Exp $
DISTNAME= foomatic-filters-4.0.17
PKGREVISION= 16
@@ -27,7 +27,7 @@ BUILD_DEFS+= MANINSTALL
.if ${OPSYS} == "SunOS"
# SunOS nroff has problems with foomatic-rip.1
-MANINSTALL= none
+MANINSTALL= # none
INSTALL_TARGET= install-bin
.else
INSTALL_TARGET= install-bin install-man
Home |
Main Index |
Thread Index |
Old Index