summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2006-09-14 16:17:43 +0000
committerrillig <rillig>2006-09-14 16:17:43 +0000
commit60c286c0802c571a7e0d7a5f69cbfd29182d8db6 (patch)
treeef0960e5a7010484669575ca195230bbafc9932c /net
parente12fac175e525b7c2e1e791809bf714acaade553 (diff)
downloadpkgsrc-60c286c0802c571a7e0d7a5f69cbfd29182d8db6.tar.gz
Fixed the path to the man pages, which is hard-coded in the configure
script.
Diffstat (limited to 'net')
-rw-r--r--net/samba/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 94c34b8a62e..17653ff9f62 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -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,@MKTEMP@,${MKTEMP},g' -e 's,@RM@,${RM},g'
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