diff options
author | pav <pav@FreeBSD.org> | 2007-03-15 01:32:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-15 01:32:09 +0800 |
commit | f7bda0697ebb87096cf00d733ae6013bc0209358 (patch) | |
tree | 3d483be7c7c2db86e3c22f318d988dd692328fe4 /comms | |
parent | 2f36ebc5b4504f329625edaecf86d182cad95565 (diff) | |
download | freebsd-ports-gnome-f7bda0697ebb87096cf00d733ae6013bc0209358.tar.gz freebsd-ports-gnome-f7bda0697ebb87096cf00d733ae6013bc0209358.tar.zst freebsd-ports-gnome-f7bda0697ebb87096cf00d733ae6013bc0209358.zip |
- Patch Makefile.in pre-configure
Reported by: pointyhat
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 |