diff options
author | xtraeme <xtraeme> | 2004-07-21 23:55:19 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-21 23:55:19 +0000 |
commit | b442dae0deae58daa58c26c10ff6656161fc37f1 (patch) | |
tree | 6d18943b4bc4a9a08ab3fcc0a22f3b7b4b29b483 /x11 | |
parent | 06ff47ca089298ac0c0e1a886d04894d9b0d616a (diff) | |
download | pkgsrc-b442dae0deae58daa58c26c10ff6656161fc37f1.tar.gz |
Use pkglint, the best friend for pkgsrc.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-libs/MESSAGE | 6 | ||||
-rw-r--r-- | x11/XFree86-libs/Makefile | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11/XFree86-libs/MESSAGE b/x11/XFree86-libs/MESSAGE index 6795da4bfcf..98843a9c78c 100644 --- a/x11/XFree86-libs/MESSAGE +++ b/x11/XFree86-libs/MESSAGE @@ -1,5 +1,5 @@ -========================================================================== -$NetBSD: MESSAGE,v 1.2 2004/03/28 22:06:15 xtraeme Exp $ +=========================================================================== +$NetBSD: MESSAGE,v 1.3 2004/07/21 23:55:19 xtraeme Exp $ Make sure you have defined X11BASE in /etc/mk.conf before try to install any package that uses X11 headers/libraries. Then you can just add the @@ -7,4 +7,4 @@ following: X11BASE=${X11ROOT} -========================================================================== +=========================================================================== diff --git a/x11/XFree86-libs/Makefile b/x11/XFree86-libs/Makefile index 9df73a05500..8bffa2a79b3 100644 --- a/x11/XFree86-libs/Makefile +++ b/x11/XFree86-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/07/09 08:02:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.12 2004/07/21 23:55:19 xtraeme Exp $ DISTNAME= ${DISTFILES} PKGNAME= XFree86-libs-${XF_VER} @@ -44,7 +44,7 @@ SUBST_MESSAGE.mkstrs= "Fixing path of makestrs." .if ${OPSYS} == "Linux" post-install: - @${LDCONFIG} ${X11ROOT}/lib + @${LDCONFIG} ${X11ROOT}/lib || ${TRUE} .endif .include "../../fonts/fontconfig/buildlink3.mk" |