diff options
author | jlam <jlam> | 2003-06-04 06:08:43 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-06-04 06:08:43 +0000 |
commit | 39313c3d0a185ac401fd1e33be21fd52c237f810 (patch) | |
tree | dc176fcbe9b319f6872c66aa0582ba0bad212cf9 /print/cups/Makefile | |
parent | dd938beb10e6be10eae34da697cd9f7ebd16385b (diff) | |
download | pkgsrc-39313c3d0a185ac401fd1e33be21fd52c237f810.tar.gz |
The following changes only affect the build of CUPS, and the entirety
of the diffs between vanilla CUPS and pkgsrc CUPS will be sent back to
the author.
* Allow overriding the default paths for "CUPS_SERVERBIN" and
"CUPS_LOCALEDIR" by passing values through the configure script.
This facilitates using custom directory hierarchies as is common in
various packaging systems.
* Allow choosing the man page extension style by passing values
directly through the configure script. This allows overriding the
defaults for an operating system, which can happen in some packaging
systems. Leave the default behaviour unchanged if not specified.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index b1e8a76dc4f..86f232cfa81 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2003/05/28 08:58:48 jlam Exp $ +# $NetBSD: Makefile,v 1.63 2003/06/04 06:08:43 jlam Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups CONFIGURE_ARGS+= --with-rcdir=${RCD_SCRIPTS_DIR} CONFIGURE_ARGS+= --with-cups-user=${CUPS_USER} CONFIGURE_ARGS+= --with-cups-group=${CUPS_GROUP} -CONFIGURE_ARGS+= --with-bsdmanext +CONFIGURE_ARGS+= --with-manext=bsd CONFIGURE_ARGS+= --enable-libtool-unsupported="${PKGLIBTOOL} ${LIBTOOL_FLAGS}" CONFIGURE_ARGS+= --enable-slp CONFIGURE_ARGS+= --enable-ssl |