summaryrefslogtreecommitdiff
path: root/sysutils/ucspi-ssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/ucspi-ssl/Makefile')
-rw-r--r--sysutils/ucspi-ssl/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/ucspi-ssl/Makefile b/sysutils/ucspi-ssl/Makefile
index 62eee7d25b34..646b326532f7 100644
--- a/sysutils/ucspi-ssl/Makefile
+++ b/sysutils/ucspi-ssl/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ucspi-ssl
-# Date created: 2003-07-09
-# Whom: David Thiel <lx@redundancy.redundancy.org>
-#
+# Created by: David Thiel <lx@redundancy.redundancy.org>
# $FreeBSD$
-#
PORTNAME= ucspi-ssl
PORTVERSION?= 0.70
@@ -35,8 +31,7 @@ SCRIPTS_TO_INSTALL= https@ sslcat sslconnect
post-patch:
.for x in ${SCRIPTS_TO_INSTALL}
- @${PERL} -pi.orig \
- -e 's|HOME/command/|${PREFIX}/bin/|' \
+ @${REINPLACE_CMD} -i '' -e 's|HOME/command/|${PREFIX}/bin/|' \
${WRKSRC}/src/${x}.sh
.endfor