aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dotfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dotfile/Makefile')
-rw-r--r--misc/dotfile/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile
index d7e51b79d3de..1e10597aeab7 100644
--- a/misc/dotfile/Makefile
+++ b/misc/dotfile/Makefile
@@ -15,13 +15,14 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
MAN1= dotfile.1
NO_BUILD= yes
post-patch:
- @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dotfile
+ @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/dotfile
post-configure:
@(cd ${WRKSRC}/Modules/procmail && CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \