pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/cups-filters
Module Name: pkgsrc
Committed By: markd
Date: Thu Jan 19 10:19:26 UTC 2017
Modified Files:
pkgsrc/print/cups-filters: Makefile
Log Message:
Fix path to pdftpps.
mv cups-browsed.conf from correct post install location.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/print/cups-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/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.61 pkgsrc/print/cups-filters/Makefile:1.62
--- pkgsrc/print/cups-filters/Makefile:1.61 Fri Dec 30 16:14:32 2016
+++ pkgsrc/print/cups-filters/Makefile Thu Jan 19 10:19:26 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2016/12/30 16:14:32 adam Exp $
+# $NetBSD: Makefile,v 1.62 2017/01/19 10:19:26 markd Exp $
DISTNAME= cups-filters-1.13.2
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
@@ -43,6 +44,7 @@ CONFIGURE_ARGS+= --with-rclevels=""
CONFIGURE_ARGS+= --disable-ldap
CONFIGURE_ARGS+= --disable-mutool
CONFIGURE_ARGS+= --with-shell=${TOOLS_PATH.bash}
+CONFIGURE_ARGS+= --with-pdftops-path=${PREFIX}/bin/pdftops
INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/cups-filters
@@ -50,7 +52,7 @@ CONF_FILES= ${PREFIX}/share/examples/cu
CONF_FILES+= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSCONFDIR}/cups/cups-browsed.conf
post-install:
- ${MV} ${DESTDIR}${PREFIX}/etc/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
+ ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
# backends that need root access should not have world read and execute permissions
${CHMOD} go-rwx ${DESTDIR}${PREFIX}/libexec/cups/backend/parallel
${CHMOD} go-rwx ${DESTDIR}${PREFIX}/libexec/cups/backend/serial
Home |
Main Index |
Thread Index |
Old Index