aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-11-15 16:06:13 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-11-15 16:06:13 +0000
commit5b04588d3bad9d8cf59893b4a5a353f2fa14bd5b (patch)
tree7a949e738647b65dec1f0d6c44966003cf1bc83f /net
parentebf1d68d84c628ce68c1bcfb7e5435376dfba458 (diff)
downloadports-5b04588d3bad9d8cf59893b4a5a353f2fa14bd5b.tar.gz
ports-5b04588d3bad9d8cf59893b4a5a353f2fa14bd5b.zip
Unbreak port building
Notes
Notes: svn path=/head/; revision=94019
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Google/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/p5-Net-Google/Makefile b/net/p5-Net-Google/Makefile
index 166bf70bf8d8..68ae1d99f625 100644
--- a/net/p5-Net-Google/Makefile
+++ b/net/p5-Net-Google/Makefile
@@ -18,16 +18,13 @@ COMMENT= Simple OOP-ish interface to the Google SOAP API
BUILD_DEPENDS= ${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
RUN_DEPENDS= ${BUILD_DEPENDS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not build
-.endif
-
PERL_CONFIGURE= yes
MAN3= Net::Google.3 Net::Google::Cache.3 Net::Google::Response.3 \
Net::Google::Search.3 Net::Google::Service.3 \
Net::Google::Spelling.3 Net::Google::tool.3
-.include <bsd.port.post.mk>
+post-patch:
+ @${PERL} -pi -e 's/CPAN/ExtUtils/' ${WRKSRC}/Makefile.PL
+
+.include <bsd.port.mk>