summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-10-05 00:31:23 +0000
committerreed <reed@pkgsrc.org>2005-10-05 00:31:23 +0000
commit3b5c46b4362174c2776181bb1e62ae73457e8a75 (patch)
treef5f96b168a86460e69a953a4c9998e3255b8cb9a /x11
parent210cf63240d171bd5974cb7619b749446735b0c9 (diff)
downloadpkgsrc-3b5c46b4362174c2776181bb1e62ae73457e8a75.tar.gz
Define FileManSuffix and FileManDir (just like already done
for MiscMan, DriverMan). This is to fix ongoing problem where I find manpages installed to 5x instead of 5 and PLIST is wrong so won't package. (I saw this on Linux and I tested this on Linux and NetBSD.)
Diffstat (limited to 'x11')
-rw-r--r--x11/xorg-server/files/host.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xorg-server/files/host.def b/x11/xorg-server/files/host.def
index b860c47394f..caed252b1e4 100644
--- a/x11/xorg-server/files/host.def
+++ b/x11/xorg-server/files/host.def
@@ -1,4 +1,4 @@
-/* $NetBSD: host.def,v 1.11 2005/10/05 00:24:11 reed Exp $ */
+/* $NetBSD: host.def,v 1.12 2005/10/05 00:31:23 reed Exp $ */
#define ProjectRoot @PREFIX@
#define BuildHtmlManPages NO
@@ -65,5 +65,7 @@
#define DriverManSuffix @KERNMAN_SUFFIX@
#define MiscManSuffix @MISCMAN_SUFFIX@
+#define FileManSuffix @FILEMAN_SUFFIX@
#define MiscManDir @PREFIX@/@MISCMAN_DIR@
#define DriverManDir @PREFIX@/@KERNMAN_DIR@
+#define FileManDir @PREFIX@/@FILEMAN_DIR@