diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-06 00:47:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-06 00:47:48 +0000 |
commit | ef2f11f2fd4250c04d32784c9741109c33aa5b7e (patch) | |
tree | 4bf8642f61be7fb9b356d2e0aeef0fc6afec6ced /net/samba/patches | |
parent | c73b3b5babaf0d54734d575f8287e9c8f4e4ffad (diff) | |
download | pkgsrc-ef2f11f2fd4250c04d32784c9741109c33aa5b7e.tar.gz |
Fixed an expansion of @mandir@ that accidentally got into patch-ba in
revision 1.5.
PKGREVISION++
Diffstat (limited to 'net/samba/patches')
-rw-r--r-- | net/samba/patches/patch-ba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/patches/patch-ba b/net/samba/patches/patch-ba index 1154592b625..1195faaa4c2 100644 --- a/net/samba/patches/patch-ba +++ b/net/samba/patches/patch-ba @@ -1,4 +1,4 @@ -$NetBSD: patch-ba,v 1.5 2007/10/28 07:28:48 taca Exp $ +$NetBSD: patch-ba,v 1.6 2007/11/06 00:47:51 rillig Exp $ --- Makefile.in.orig 2007-06-20 02:11:39.000000000 +0900 +++ Makefile.in @@ -7,7 +7,7 @@ $NetBSD: patch-ba,v 1.5 2007/10/28 07:28:48 taca Exp $ CONFIGDIR = @configdir@ VARDIR = @localstatedir@ -MANDIR = @mandir@ -+MANDIR = /usr/pkg/man ++MANDIR = @mandir@ DATADIR = @datadir@ # The permissions to give the executables |