diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-14 17:32:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-14 17:32:09 +0000 |
commit | 638d25322dd03ec99f15303fb67369ddca0b02c8 (patch) | |
tree | 5875a81b0d4ba4732398126e0e3828dce29ba296 /comms | |
parent | 01bd80af4aae0d212d3dc1ed551a5eda51e6e2d8 (diff) | |
download | ports-638d25322dd03ec99f15303fb67369ddca0b02c8.tar.gz ports-638d25322dd03ec99f15303fb67369ddca0b02c8.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/openobex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index 4a383dbb1b7e..16aacaa6f5c5 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-transform-name="" \ --disable-usb -post-configure: +post-patch: @ ${REINPLACE_CMD} -e "s|pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|g" \ ${WRKSRC}/Makefile.in |