diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 10:46:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 10:46:37 +0000 |
commit | b9cf42305004edcd8f6467ced5afa0861a544eff (patch) | |
tree | 4e432cd7adf68b48f6abe895819485849ed8f886 /net/p5-Net-Google-SafeBrowsing2 | |
parent | dc88faa4b21054ab85d3b4f63de8aaf08092d4e0 (diff) |
Notes
Diffstat (limited to 'net/p5-Net-Google-SafeBrowsing2')
-rw-r--r-- | net/p5-Net-Google-SafeBrowsing2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/p5-Net-Google-SafeBrowsing2/Makefile b/net/p5-Net-Google-SafeBrowsing2/Makefile index f812721d5845..2887e4744a37 100644 --- a/net/p5-Net-Google-SafeBrowsing2/Makefile +++ b/net/p5-Net-Google-SafeBrowsing2/Makefile @@ -58,7 +58,4 @@ BUILD_DEPENDS+= p5-DBD-Pg>=2:${PORTSDIR}/databases/p5-DBD-Pg RUN_DEPENDS+= p5-DBD-Pg>=2:${PORTSDIR}/databases/p5-DBD-Pg .endif -post-patch: - @${PERL} -pi -e 's/CPAN/ExtUtils/' ${WRKSRC}/Makefile.PL - .include <bsd.port.mk> |