diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-13 15:48:17 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-13 15:48:17 +0800 |
commit | b01566b27a14e9d4e748d8a82b955469ad1b07ab (patch) | |
tree | 1d8e3def3cddb2a77995c7d2ead3d34e2c0afd54 /audio | |
parent | 4a485253da3c02a470cedf28c34876343e432d4c (diff) | |
download | freebsd-ports-gnome-b01566b27a14e9d4e748d8a82b955469ad1b07ab.tar.gz freebsd-ports-gnome-b01566b27a14e9d4e748d8a82b955469ad1b07ab.tar.zst freebsd-ports-gnome-b01566b27a14e9d4e748d8a82b955469ad1b07ab.zip |
- Fix Build with Custom LOCALBASE/PREFIX
Reported by: QATty
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-MusicBrainz-Queries/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/p5-MusicBrainz-Queries/Makefile b/audio/p5-MusicBrainz-Queries/Makefile index 372310477bd0..d0d23a5017b4 100644 --- a/audio/p5-MusicBrainz-Queries/Makefile +++ b/audio/p5-MusicBrainz-Queries/Makefile @@ -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> |