diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:18:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:18:38 +0000 |
commit | 1c7169ab74dcbb512e836e6882d91239ff49ddee (patch) | |
tree | 0789094361b60471bc0965dc3c2ddef9a1c96446 /finance/libalkimia | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: finance)
Diffstat (limited to 'finance/libalkimia')
-rw-r--r-- | finance/libalkimia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/libalkimia/Makefile b/finance/libalkimia/Makefile index 3525e6dcc1fd..b64300b61e05 100644 --- a/finance/libalkimia/Makefile +++ b/finance/libalkimia/Makefile @@ -1,4 +1,3 @@ -# Created by: Jason E. Hale <bsdkaffee@gmail.com> # $FreeBSD$ PORTNAME= libalkimia @@ -24,6 +23,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \ |