1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Fix build with Custom LOCALBASE/PREFIX

Reported by:    QATty
This commit is contained in:
Philip M. Gollucci 2009-06-13 07:30:37 +00:00
parent 9363fbafac
commit f6f5bfb7ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235676

View File

@ -21,4 +21,7 @@ PERL_CONFIGURE= yes
MAN3= MusicBrainz::TRM.3
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>