diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 04:46:42 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 04:46:42 +0800 |
commit | 9e70539d36a662bda272e844d8dcfa043e5c33b2 (patch) | |
tree | 494aa8ba5aaa970180e4a29e03242729d552a3a8 /devel | |
parent | 90edf47ed618d4e38f688950d1c92d01fce92e26 (diff) | |
download | marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.gz marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.bz2 marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.lz marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.xz marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.tar.zst marcuscom-ports-9e70539d36a662bda272e844d8dcfa043e5c33b2.zip |
Get rid of X11BASE and a few of X11BASE -> LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9112 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkg-config/Makefile | 6 | ||||
-rw-r--r-- | devel/pkg-config/pkg-descr | 5 | ||||
-rw-r--r-- | devel/pkg-config/pkg-plist | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/devel/pkg-config/Makefile b/devel/pkg-config/Makefile index 15f55e1ca..ca6e6cf50 100644 --- a/devel/pkg-config/Makefile +++ b/devel/pkg-config/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/pkgconfig/Makefile,v 1.6 2005/10/14 20:39:57 adamw Exp $ +# $MCom: ports/devel/pkg-config/Makefile,v 1.8 2007/06/28 14:28:37 ahze Exp $ # PORTNAME= pkg-config @@ -29,10 +29,6 @@ PC_PATH:=${PC_PATH}:${PREFIX}/lib/pkgconfig PC_PATH:= ${PC_PATH}:${LOCALBASE}/libdata/pkgconfig PC_PATH:= ${PC_PATH}:${LOCALBASE}/lib/pkgconfig .endif -.if ${X11BASE} != ${PREFIX} -PC_PATH:= ${PC_PATH}:${X11BASE}/libdata/pkgconfig -PC_PATH:= ${PC_PATH}:${X11BASE}/lib/pkgconfig -.endif CONFIGURE_ARGS= --disable-threads \ --with-pc-path="${PC_PATH}" \ diff --git a/devel/pkg-config/pkg-descr b/devel/pkg-config/pkg-descr index cbf7c6b4a..6b95074cc 100644 --- a/devel/pkg-config/pkg-descr +++ b/devel/pkg-config/pkg-descr @@ -7,9 +7,8 @@ pkg-config retrieves information about packages from special metadata files. These files are named after the package, with the extension .pc. By default, pkg-config looks for these files in the following directories: ${PREFIX}/libdata/pkgconfig, ${PREFIX}/lib/pkgconfig, -${LOCALBASE}/libdata/pkgconfig, ${LOCALBASE}/lib/pkgconfig, -${X11BASE}/libdata/pkgconfig, and ${X11BASE}/lib/pkgconfig; it will also look -in the list of directories specified by the PKG_CONFIG_PATH environment +${LOCALBASE}/libdata/pkgconfig, and ${LOCALBASE}/lib/pkgconfig; it will also +look in the list of directories specified by the PKG_CONFIG_PATH environment variable. WWW: http://pkgconfig.freedesktop.org/wiki/ diff --git a/devel/pkg-config/pkg-plist b/devel/pkg-config/pkg-plist index 5d6a4afdd..273b374e6 100644 --- a/devel/pkg-config/pkg-plist +++ b/devel/pkg-config/pkg-plist @@ -2,4 +2,3 @@ bin/pkg-config share/aclocal/pkg.m4 @dirrmtry lib/pkgconfig @unexec rmdir %%LOCALBASE%%/lib/pkgconfig 2>/dev/null || true -@unexec rmdir %%X11BASE%%/lib/pkgconfig 2>/dev/null || true |