summaryrefslogtreecommitdiff
path: root/x11/XFree86-libs
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-02-02 17:59:12 +0000
committerxtraeme <xtraeme>2004-02-02 17:59:12 +0000
commit854bc2ad18b93b48b8923116df5b58190cf178c7 (patch)
tree9e061899af081c622c4128f570c604eff4d44179 /x11/XFree86-libs
parent544a0c43b01a6c546bf96a61134497bd78e710e5 (diff)
downloadpkgsrc-854bc2ad18b93b48b8923116df5b58190cf178c7.tar.gz
Explain the modifications required to use the XFree86 packages from
pkgsrc correctly.
Diffstat (limited to 'x11/XFree86-libs')
-rw-r--r--x11/XFree86-libs/MESSAGE13
-rw-r--r--x11/XFree86-libs/Makefile5
2 files changed, 15 insertions, 3 deletions
diff --git a/x11/XFree86-libs/MESSAGE b/x11/XFree86-libs/MESSAGE
new file mode 100644
index 00000000000..0c07a14e00e
--- /dev/null
+++ b/x11/XFree86-libs/MESSAGE
@@ -0,0 +1,13 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/02 17:59:12 xtraeme Exp $
+
+Make sure you have defined X11BASE in /etc/mk.conf before try to install
+pkgtools/x11-links. Then you can just add the following:
+
+ X11BASE=${X11PREFIX}/X11R6
+
+If you had previously installed x11-links, make sure you have modified
+X11BASE and then reinstalled x11-links before building any X11
+application.
+
+==========================================================================
diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile
index 6efc137abbd..2b1277450c9 100644
--- a/x11/XFree86-libs/Makefile
+++ b/x11/XFree86-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/02 14:15:27 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/02 17:59:12 xtraeme Exp $
DISTNAME= ${DISTFILES}
PKGNAME= XFree86-libs-${XF_VER}
@@ -21,8 +21,7 @@ DEPENDS= imake>=4.3.0:../../x11/imake
.include "../../mk/bsd.prefs.mk"
-FILES_SUBST+= PKGBASE=${PKGBASE}
-FILES_SUBST+= X11ROOT=${X11ROOT}
+MESSAGE_SUBST+= X11PREFIX=${X11PREFIX}
.if ${OPSYS} == "NetBSD"
PLIST_SUBST+= MANPAGE_SUFFIX=${IMAKE_MANNEWSUFFIX}