diff options
author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-03 20:37:43 +0000 |
---|---|---|
committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2009-07-03 20:37:43 +0000 |
commit | 8edd1313588eaee287a0692d8be302e4e7a7b480 (patch) | |
tree | 6e7742d30992d19607103223877d636829fa5643 /net/boclient | |
parent | f0ba0a2fe4ccfdf04befd0c781a67b161bd318c9 (diff) | |
download | ports-8edd1313588eaee287a0692d8be302e4e7a7b480.tar.gz ports-8edd1313588eaee287a0692d8be302e4e7a7b480.zip |
Fix build with custom PREFIX/LOCALBASE
Reported by: QAT
Approved by: wxs (mentor)
Notes
Notes:
svn path=/head/; revision=237054
Diffstat (limited to 'net/boclient')
-rw-r--r-- | net/boclient/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/boclient/Makefile b/net/boclient/Makefile index 0f37379eec5f..5febd3107ab9 100644 --- a/net/boclient/Makefile +++ b/net/boclient/Makefile @@ -18,6 +18,9 @@ PLIST_FILES= bin/bounix WRKSRC= ${WRKDIR}/bo GNU_CONFIGURE= yes +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile.in + post-install: ${STRIP_CMD} ${PREFIX}/bin/bounix |