pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba Fixed the path to the man pages, which is ha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d77c6a4c2d1
branches:  trunk
changeset: 518609:2d77c6a4c2d1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 14 16:17:43 2006 +0000

description:
Fixed the path to the man pages, which is hard-coded in the configure
script.

diffstat:

 net/samba/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7c317894bbcd -r 2d77c6a4c2d1 net/samba/Makefile
--- a/net/samba/Makefile        Thu Sep 14 15:48:27 2006 +0000
+++ b/net/samba/Makefile        Thu Sep 14 16:17:43 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.162 2006/07/11 07:34:35 ghen Exp $
+# $NetBSD: Makefile,v 1.163 2006/09/14 16:17:43 rillig Exp $
 
 .include "Makefile.mirrors"
 
@@ -106,6 +106,11 @@
 SUBST_SED.paths+=      -e 's,@PWD_MKDB@,${PWD_MKDB},g' -e 's,@SH@,${SH},g'
 SUBST_STAGE.paths=     post-patch
 
+SUBST_CLASSES+=                mandir
+SUBST_STAGE.mandir=    pre-configure
+SUBST_FILES.mandir=    Makefile.in
+SUBST_SED.mandir=      -e 's,@mandir@,${PREFIX}/${PKGMANDIR},g'
+
 # Get the shared library major and minors for the installed shared
 # libraries.  We'll need these to create the versioned symlinks for
 # the shared libraries because samba Makefile doesn't do it on its



Home | Main Index | Thread Index | Old Index