diff options
author | taca <taca> | 2008-09-25 03:24:45 +0000 |
---|---|---|
committer | taca <taca> | 2008-09-25 03:24:45 +0000 |
commit | 707a48a5f85b18fa74385c710043bb92e0139405 (patch) | |
tree | 50b18b5f59352e1fbf72af1e57d96e7d1882ee57 /www | |
parent | 2f2bae7ad3faae5d928644e88db893b261fb4d5d (diff) | |
download | pkgsrc-707a48a5f85b18fa74385c710043bb92e0139405.tar.gz |
Fix installation error with DESTDIR enabled.
Diffstat (limited to 'www')
-rw-r--r-- | www/squid27/distinfo | 4 | ||||
-rw-r--r-- | www/squid27/patches/patch-aa | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/squid27/distinfo b/www/squid27/distinfo index 44e01511faf..fe9397d0300 100644 --- a/www/squid27/distinfo +++ b/www/squid27/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ +$NetBSD: distinfo,v 1.2 2008/09/25 03:24:45 taca Exp $ SHA1 (squid-2.7.STABLE4.tar.bz2) = 1195a43a9d364220abc8454fa9ee56c375bf597c RMD160 (squid-2.7.STABLE4.tar.bz2) = 492f324f58ab312b9fa33bdf5e4576552bc8162d Size (squid-2.7.STABLE4.tar.bz2) = 1333891 bytes -SHA1 (patch-aa) = 88f2b22c90f15b1f3fcaf41ae20ce6bdde7a1206 +SHA1 (patch-aa) = 7db6c34be31ecee1dd08486de14c3fbc3b21c5aa SHA1 (patch-ab) = cb8757a2f68f20284fdfefb29b84829c2b72fc0d SHA1 (patch-ac) = 47f2457400e03c26227d234064491bf8202c7916 SHA1 (patch-ad) = 3b0a8cf357d97053c52cd7429db621ea61932ba2 diff --git a/www/squid27/patches/patch-aa b/www/squid27/patches/patch-aa index 8def0ed92b5..c84dc845deb 100644 --- a/www/squid27/patches/patch-aa +++ b/www/squid27/patches/patch-aa @@ -1,13 +1,15 @@ -$NetBSD: patch-aa,v 1.1.1.1 2008/09/12 15:02:47 taca Exp $ +$NetBSD: patch-aa,v 1.2 2008/09/25 03:24:45 taca Exp $ --- Makefile.in.orig 2008-01-26 08:24:17.000000000 +0900 +++ Makefile.in -@@ -726,7 +726,7 @@ dist-hook: +@@ -725,8 +725,8 @@ dist-hook: + fi install-pinger: - chown root $(DEFAULT_PINGER) +- chown root $(DEFAULT_PINGER) - chmod 4711 $(DEFAULT_PINGER) -+ chmod 4511 $(DEFAULT_PINGER) ++ chown root $(DESTDIR)$(DEFAULT_PINGER) ++ chmod 4511 $(DESTDIR)$(DEFAULT_PINGER) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |