diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-05 12:53:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-05 12:53:31 +0800 |
commit | 3f93d6f2cbfd0953c55335b055cb82d2c2a9d685 (patch) | |
tree | 36e3ce88807d1bb84bbac2d51382b5a0c0aaa281 /net-im | |
parent | fb01afee65bc675678ea73d659b22e0a3202fa4e (diff) | |
download | freebsd-ports-gnome-3f93d6f2cbfd0953c55335b055cb82d2c2a9d685.tar.gz freebsd-ports-gnome-3f93d6f2cbfd0953c55335b055cb82d2c2a9d685.tar.zst freebsd-ports-gnome-3f93d6f2cbfd0953c55335b055cb82d2c2a9d685.zip |
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'net-im')
-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 9d08e687702d..dc1c54cbd4bc 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> |