diff options
-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 |