1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Fix default boost directory

PR:		ports/168775
Submitted by:	Jason Bacon <jwbacon@tds.net> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-06-18 07:24:09 +00:00
parent 4ffe7d23c2
commit 403bf50f3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=299550

View File

@ -23,4 +23,7 @@ FETCH_ARGS= -Fpr
MAN1= ffc.1
MANCOMPRESSED= yes
post-patch:
@${REINPLACE_CMD} -e 's|"usr")|"usr", "local")|g' ${WRKSRC}/test/regression/test.py
.include <bsd.port.mk>