diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-06 18:22:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-06 18:22:29 +0000 |
commit | f166f11cf06c9ec987e8dba40dc7901e8f1a65ea (patch) | |
tree | 44679624345c0e4067e0c8fef1dee56dbdc2c371 /print | |
parent | 98673512d785ffcae250842cc6c2e12ac5a0f75c (diff) | |
download | pkgsrc-f166f11cf06c9ec987e8dba40dc7901e8f1a65ea.tar.gz |
Don't create the directories during installation... let the pkgsrc INSTALL
script handle it instead to ensure proper ownership.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/distinfo | 4 | ||||
-rw-r--r-- | print/cups/patches/patch-at | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/cups/distinfo b/print/cups/distinfo index 9a86eef3893..d3ed8e6cbee 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2005/01/06 07:26:39 jlam Exp $ +$NetBSD: distinfo,v 1.28 2005/01/06 18:22:29 jlam Exp $ SHA1 (cups-1.1.23-source.tar.bz2) = 32d5bfb44c4edc1b54ccb014b5a44499295c6c5c Size (cups-1.1.23-source.tar.bz2) = 8705521 bytes @@ -7,4 +7,4 @@ SHA1 (patch-ac) = 45388ca8b1bfeaf5d3649b766f65ac7f3108af74 SHA1 (patch-ad) = 166749eb9fc7b4b20e123d81cd3b2cf96db27677 SHA1 (patch-an) = de699800471069b1521ab2ba7194df445fb75892 SHA1 (patch-ao) = c4c8f833cf4a09a686a338df6c209cebec36c6ef -SHA1 (patch-at) = 6f5da25427ed40c7baec9b78220dfdc4eeb6b55b +SHA1 (patch-at) = aa36ec591164675b889d2cf32e4d754e9b6db94f diff --git a/print/cups/patches/patch-at b/print/cups/patches/patch-at index e238ec8a6cd..67a4efda161 100644 --- a/print/cups/patches/patch-at +++ b/print/cups/patches/patch-at @@ -1,4 +1,4 @@ -$NetBSD: patch-at,v 1.5 2005/01/06 07:26:39 jlam Exp $ +$NetBSD: patch-at,v 1.6 2005/01/06 18:22:29 jlam Exp $ --- scheduler/Makefile.orig 2005-01-03 14:29:59.000000000 -0500 +++ scheduler/Makefile @@ -7,7 +7,7 @@ $NetBSD: patch-at,v 1.5 2005/01/06 07:26:39 jlam Exp $ # -install: all -+install: installbin installdir ++install: installbin + +installbin: all $(INSTALL_DIR) $(SBINDIR) |