diff options
Diffstat (limited to 'net-im/licq-console/Makefile')
-rw-r--r-- | net-im/licq-console/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 9d08e687702..dc1c54cbd4b 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -34,4 +34,9 @@ BROKEN= gp-relative relocation against dynamic symbol .endif .include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc" + +post-patch: + ${REINPLACE_CMD} -e "s|/usr/local/|${LOCALBASE}/|g" \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> |