- Fix Build with custom LOCALBASE/PREFIX

Reported by:    QATty
This commit is contained in:
Philip M. Gollucci 2009-06-19 04:30:33 +00:00
parent d0947db056
commit 62bc98e8b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236265

View File

@ -30,4 +30,7 @@ PLIST_FILES= %%SITE_PERL%%/Clamd.pm \
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Clamd
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>