diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-29 11:50:03 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-29 11:50:03 +0000 |
commit | b8291db4d11ff0f189c51a4d9406b5bc2ea65309 (patch) | |
tree | d0dffb7488994c8c16ea50d96640f7448e302d8d /devel/pkgconfig/Makefile | |
parent | 03cf41aad5a552798881770ee1c58d5d3bffa664 (diff) | |
download | FreeBSD-ports-b8291db4d11ff0f189c51a4d9406b5bc2ea65309.zip FreeBSD-ports-b8291db4d11ff0f189c51a4d9406b5bc2ea65309.tar.gz |
In addition to PREFIX/libdata/pkgconfig scan appropriate directory under
LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be
able to use pkgconfig.
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r-- | devel/pkgconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile index 7a3607f..faba64f 100644 --- a/devel/pkgconfig/Makefile +++ b/devel/pkgconfig/Makefile @@ -21,11 +21,13 @@ LIBTOOLFILES= configure glib-1.2.8/configure LIBTOOLFLAGS= --disable-ltlibs \ --disable-shared +PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} + MAN1= pkg-config.1 post-extract: @${RM} -rf ${WRKSRC}/glib-1.2.8 - @${LN} -sf ${WRKDIRPREFIX}${.CURDIR}/../../devel/glib12/work/glib-1.2* \ + @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../devel/glib12/work/glib-1.2* \ ${WRKSRC}/glib-1.2.8 post-install: |