diff options
author | jlam <jlam@pkgsrc.org> | 2003-05-28 08:58:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-05-28 08:58:48 +0000 |
commit | 0795d91a804cbf2702462204690cfb6265cbcd9e (patch) | |
tree | 15549b514c6c558d1c85c43d1b7d911e5edffccc /print/cups | |
parent | d93fd5a560ad2850ccc12448e33320f879bcdd42 (diff) | |
download | pkgsrc-0795d91a804cbf2702462204690cfb6265cbcd9e.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 |