diff options
author | taca <taca> | 2008-12-12 01:10:54 +0000 |
---|---|---|
committer | taca <taca> | 2008-12-12 01:10:54 +0000 |
commit | f456d2037563d58d3c41398b1888b3a99935b970 (patch) | |
tree | 819563b819bf8575f003517d07bf7e8562eed6f9 /security/tripwire | |
parent | b0443ed3c19655c3c3685dd2d0f2e354d5e61c34 (diff) | |
download | pkgsrc-f456d2037563d58d3c41398b1888b3a99935b970.tar.gz |
Fix build problem with USE_DESTDIR == no.
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/distinfo | 4 | ||||
-rw-r--r-- | security/tripwire/patches/patch-aa | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/security/tripwire/distinfo b/security/tripwire/distinfo index 8643cc91b63..f7f97f3cab1 100644 --- a/security/tripwire/distinfo +++ b/security/tripwire/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2008/10/03 17:42:29 joerg Exp $ +$NetBSD: distinfo,v 1.13 2008/12/12 01:10:54 taca Exp $ SHA1 (tripwire-1.2.tar.gz) = 6fc91e25b3e1af3881fd5b6acf240ab6c1133e38 RMD160 (tripwire-1.2.tar.gz) = f745db5973f14b1abbc0c2e7030f90e6fdac3257 Size (tripwire-1.2.tar.gz) = 299831 bytes -SHA1 (patch-aa) = 718860c41de3ad86161f3c87176ace43121b271a +SHA1 (patch-aa) = e131fff1f7d3e5c589a4d1f6eb9bf4da4a5b970b SHA1 (patch-ab) = 78a8e7050b51c05f94273581ffed8f56c89387ad SHA1 (patch-ac) = 35b3fe52f497e6cbbf7edfeaee398f0d24aff219 SHA1 (patch-ad) = 4b8ad8d0cd7c17a8f3a655c5a574856670533ea5 diff --git a/security/tripwire/patches/patch-aa b/security/tripwire/patches/patch-aa index 6a630b28200..448d37d2d50 100644 --- a/security/tripwire/patches/patch-aa +++ b/security/tripwire/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.5 2008/10/03 17:42:29 joerg Exp $ +$NetBSD: patch-aa,v 1.6 2008/12/12 01:10:54 taca Exp $ ---- Makefile.orig 1994-07-25 17:59:41.000000000 +0200 +--- Makefile.orig 1994-07-26 00:59:41.000000000 +0900 +++ Makefile +@@ -12,7 +12,7 @@ + ### + + # destination directory for final executables +-DESTDIR = /secureplace/bin ++DESTDIR? = + + # destination for man pages + MANDIR = /usr/man @@ -32,11 +32,11 @@ SHELL = /bin/sh #SHELL = /bin/bash # For the GNU fanatics |