diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-19 04:30:33 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-06-19 04:30:33 +0000 |
commit | 62bc98e8b706d04159efb402e109d73de0b0d34f (patch) | |
tree | 9957a75bc17d0799d97085e27c0b38107688d503 /mail | |
parent | d0947db056ad3f0e088288ec19dc2ff25de799a3 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Clamd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/p5-Clamd/Makefile b/mail/p5-Clamd/Makefile index d17f6e6afc29..643f828e59b3 100644 --- a/mail/p5-Clamd/Makefile +++ b/mail/p5-Clamd/Makefile @@ -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> |