diff options
author | rillig <rillig@pkgsrc.org> | 2006-09-14 16:17:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-09-14 16:17:43 +0000 |
commit | 1395c13e41f94055429a159dec89dc26e4de3662 (patch) | |
tree | ef0960e5a7010484669575ca195230bbafc9932c /net | |
parent | 48e5bd9779d8e30728d2ad858e6b471a7da27805 (diff) | |
download | pkgsrc-1395c13e41f94055429a159dec89dc26e4de3662.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/Makefile | 7 |
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 |