diff options
author | jeh <jeh@FreeBSD.org> | 2001-01-11 01:09:31 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-01-11 01:09:31 +0800 |
commit | 57a4118f26b985131feefe9f78cd9b974c9bfe6d (patch) | |
tree | 0d8f24a349349800ea4e8b72aefd9f92431ed7ad /print/cups-base/files | |
parent | b708db2307f8a388d9b5139c20c2f0f48d02b33a (diff) | |
download | freebsd-ports-graphics-57a4118f26b985131feefe9f78cd9b974c9bfe6d.tar.gz freebsd-ports-graphics-57a4118f26b985131feefe9f78cd9b974c9bfe6d.tar.zst freebsd-ports-graphics-57a4118f26b985131feefe9f78cd9b974c9bfe6d.zip |
Files added with the update of cups
Fix a typo in the configure script the prevented sample configuration
files from being install in $PREFIX/etc/cups
Bumped PORTREVISION
PR: 24227
Submitted by: George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
Diffstat (limited to 'print/cups-base/files')
-rw-r--r-- | print/cups-base/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/cups-base/files/patch-ad b/print/cups-base/files/patch-ad new file mode 100644 index 00000000000..68bd339f429 --- /dev/null +++ b/print/cups-base/files/patch-ad @@ -0,0 +1,11 @@ +--- configure.orig Wed Jan 10 14:49:07 2001 ++++ configure Wed Jan 10 14:49:22 2001 +@@ -3615,7 +3615,7 @@ + + + +-CUPS_SERVERROOT='${sysconfdif}/cups' ++CUPS_SERVERROOT='${sysconfdir}/cups' + CUPS_LOGDIR='${localstatedir}/log/cups' + CUPS_REQUESTS='${localstatedir}/spool/cups' + |