aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Filesys-SmbClient
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 10:46:37 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 10:46:37 +0000
commitb9cf42305004edcd8f6467ced5afa0861a544eff (patch)
tree4e432cd7adf68b48f6abe895819485849ed8f886 /net/p5-Filesys-SmbClient
parentdc88faa4b21054ab85d3b4f63de8aaf08092d4e0 (diff)
Notes
Diffstat (limited to 'net/p5-Filesys-SmbClient')
-rw-r--r--net/p5-Filesys-SmbClient/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/p5-Filesys-SmbClient/Makefile b/net/p5-Filesys-SmbClient/Makefile
index 4424a87317f6..2d0c7c39bf3a 100644
--- a/net/p5-Filesys-SmbClient/Makefile
+++ b/net/p5-Filesys-SmbClient/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sysutils/p5-Filesys-SmbClient
-# Date created: August 10, 2003
-# Whom: Erwin Lansing <erwin@FreeBSD.org>
-#
+# Created by: Erwin Lansing <erwin@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Filesys-SmbClient
PORTVERSION= 3.2
@@ -22,7 +18,7 @@ PERL_CONFIGURE= yes
MAN3= Filesys::SmbClient.3
post-patch:
- ${PERL} -pi -e 's!%%LOCALBASE%%!${LOCALBASE}!g' \
+ @${REINPLACE_CMD} -i '' -e 's!%%LOCALBASE%%!${LOCALBASE}!g' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>