diff options
author | bouyer <bouyer> | 2002-10-25 10:49:03 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2002-10-25 10:49:03 +0000 |
commit | fc5d58d5089b8e0f18e37d0518f65617acbaee35 (patch) | |
tree | c57c64970353eb69d67590504ad1736c1ff5a420 /print/cups/patches | |
parent | 6f70711c3b6cf0ac49689b36cb1779257ab474e9 (diff) | |
download | pkgsrc-fc5d58d5089b8e0f18e37d0518f65617acbaee35.tar.gz |
Make CUPS_SERVERBIN points to $PREFIX/libexec/cups for solaris too
Correct man extentions for solaris.
Use ${PKGLOCALEDIR} in PLIST for locale directories.
Diffstat (limited to 'print/cups/patches')
-rw-r--r-- | print/cups/patches/patch-am | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/print/cups/patches/patch-am b/print/cups/patches/patch-am new file mode 100644 index 00000000000..1f3361bf333 --- /dev/null +++ b/print/cups/patches/patch-am @@ -0,0 +1,35 @@ +$NetBSD: patch-am,v 1.3 2002/10/25 10:49:03 bouyer Exp $ + +--- configure.orig Mon Oct 7 17:40:29 2002 ++++ configure Fri Oct 25 12:23:54 2002 +@@ -5963,9 +5963,9 @@ + *) + # All others + INSTALL_SYSV="install-sysv" +- CUPS_SERVERBIN="$exec_prefix/lib/cups" ++ CUPS_SERVERBIN="$exec_prefix/libexec/cups" + cat >>confdefs.h <<_ACEOF +-#define CUPS_SERVERBIN "$exec_prefix/lib/cups" ++#define CUPS_SERVERBIN "$exec_prefix/libexec/cups" + _ACEOF + + ;; +@@ -6085,12 +6085,12 @@ + ;; + SunOS* | HP-UX*) + # Solaris and HP-UX +- CAT1EXT=1 +- CAT3EXT=3 +- CAT5EXT=5 +- CAT8EXT=1m +- MAN8EXT=1m +- MAN8DIR=1m ++ CAT1EXT=0 ++ CAT3EXT=0 ++ CAT5EXT=0 ++ CAT8EXT=0 ++ MAN8EXT=8 ++ MAN8DIR=8 + ;; + *) + # All others |