aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Set-Window/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
commit19ae251b54b068aae1520c17885ecae948e723bc (patch)
treee2c71147def7c03ff268350288657b4e7692d180 /math/p5-Set-Window/Makefile
parentbe856e74d2486c2042594b76c9cade12ee3f3c07 (diff)
Notes
Diffstat (limited to 'math/p5-Set-Window/Makefile')
-rw-r--r--math/p5-Set-Window/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile
index da2b6cd66d48..77edd6b129e4 100644
--- a/math/p5-Set-Window/Makefile
+++ b/math/p5-Set-Window/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: math/p5-Set-Window
-# Date created: 03 January 2001
-# Whom: Anton Berezin <tobez@tobez.org>
-#
+# Created by: Anton Berezin <tobez@tobez.org>
# $FreeBSD$
-#
PORTNAME= Set-Window
PORTVERSION= 1.01
@@ -19,6 +15,6 @@ PERL_CONFIGURE= yes
MAN3= Set::Window.3
post-patch:
- ${PERL} -pi -e '$$_="" if /use 5/;' ${WRKSRC}/Window.pm
+ @${REINPLACE_CMD} -i '' '/use 5/d' ${WRKSRC}/Window.pm
.include <bsd.port.mk>