- Fix Build with Custom LOCALBASE/PREFIX

Reported by:  QATty
This commit is contained in:
Philip M. Gollucci 2009-06-13 07:48:17 +00:00
parent f6f5bfb7ce
commit 442d370e26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235677

View file

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