aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-URI-Fetch
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-07-27 02:02:28 +0800
committeraz <az@FreeBSD.org>2013-07-27 02:02:28 +0800
commit2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9 (patch)
tree53f8c34111463747522a7568fe44df9fc44b6932 /www/p5-URI-Fetch
parente5e04b178b968500c97bed3d336d343e9fae0464 (diff)
downloadfreebsd-ports-gnome-2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9.tar.gz
freebsd-ports-gnome-2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9.tar.zst
freebsd-ports-gnome-2a5d7e7ea3edd58ea9bf1356cfc17dd80c1e2ed9.zip
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Diffstat (limited to 'www/p5-URI-Fetch')
-rw-r--r--www/p5-URI-Fetch/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile
index f2e97b67dff4..c277f927ae73 100644
--- a/www/p5-URI-Fetch/Makefile
+++ b/www/p5-URI-Fetch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: www/p5-URI-Fetch
-# Date created: 30 July 2005
-# Whom: Lars Thegler <lth@FreeBSD.org>
-#
+# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= URI-Fetch
PORTVERSION= 0.090
@@ -37,7 +33,4 @@ MAN3= URI::Fetch.3 \
RUN_DEPENDS+= p5-Cache>=0:${PORTSDIR}/devel/p5-Cache
.endif
-post-patch:
- ${PERL} -pi -e '$$_ = "" if m|auto_install|' ${WRKSRC}/Makefile.PL
-
.include <bsd.port.post.mk>