diff options
author | xtraeme <xtraeme> | 2005-02-09 20:11:22 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-02-09 20:11:22 +0000 |
commit | 81852f4899a910c6c12110128b55cb8b52823f40 (patch) | |
tree | 3d9608ac1384c6a839d44d273f8d9fa60e3a0b1c /meta-pkgs | |
parent | 8fd473882426a9ceb325f5f9eadb56908243b244 (diff) | |
download | pkgsrc-81852f4899a910c6c12110128b55cb8b52823f40.tar.gz |
Apply patch from Jeremy C. Reed to define common values for the
manual pages on Linux.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/XFree86/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-pkgs/XFree86/Makefile.common b/meta-pkgs/XFree86/Makefile.common index 49fba6069c1..26fd1d9709f 100644 --- a/meta-pkgs/XFree86/Makefile.common +++ b/meta-pkgs/XFree86/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2004/11/07 12:57:37 markd Exp $ +# $NetBSD: Makefile.common,v 1.20 2005/02/09 20:11:22 xtraeme Exp $ # # XBUILD_DIRS is the group of directories under ${WRKSRC} that will # be built in. @@ -186,6 +186,10 @@ post-extract: -e "s|@LOCALBASE@|${LOCALBASE}|g" \ -e "s|@LDFLAGS@|${GLOBAL_LDFLAGS}|g" \ -e "s|@WRKSRC@|${WRKSRC}|g" \ + -e "s|@KERNMAN_SUFFIX@|${KERNMAN_SUFFIX}|g" \ + -e "s|@MISCMAN_SUFFIX@|${MISCMAN_SUFFIX}|g" \ + -e "s|@KERNMAN_DIR@|${KERNMAN_DIR}|g" \ + -e "s|@MISCMAN_DIR@|${MISCMAN_DIR}|g" \ ${FILESDIR}/host.def > ${WRKSRC}/config/cf/host.def @${LN} -sf ${X11ROOT}/bin/gccmakedep ${WRKSRC}/config/util @${LN} -sf ${X11ROOT}/bin/revpath ${WRKSRC}/config/util |