diff options
author | jlam <jlam> | 2003-05-28 08:58:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-05-28 08:58:48 +0000 |
commit | a759b11e77b59351e53eb19088162450d53ad133 (patch) | |
tree | 15549b514c6c558d1c85c43d1b7d911e5edffccc /print/cups | |
parent | 44ed5602431e92a6b38958d17dbe3017daecaf21 (diff) | |
download | pkgsrc-a759b11e77b59351e53eb19088162450d53ad133.tar.gz |
Use the new "installcups" target so we avoid installing in the conf
directory and avoid installing the distributed cups rc.d script.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index fb0bb77790f..b1e8a76dc4f 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2003/05/28 02:33:59 jlam Exp $ +# $NetBSD: Makefile,v 1.62 2003/05/28 08:58:48 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: @@ -31,6 +31,7 @@ USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes USE_GMAKE= yes +INSTALL_TARGET= installcups USE_LIBTOOL= yes LIBTOOL_FLAGS+= --preserve-dup-deps |