aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/usermin
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-07-26 20:25:46 +0800
committeraz <az@FreeBSD.org>2013-07-26 20:25:46 +0800
commit4c92ac629811ebdb6cc6b8f28b2a85a1b506d870 (patch)
treeb435d6f78aad5f535f16b879583ccc2c1f8aa552 /sysutils/usermin
parent1857023b2e679011848b928dff94a27333cb5b93 (diff)
downloadfreebsd-ports-gnome-4c92ac629811ebdb6cc6b8f28b2a85a1b506d870.tar.gz
freebsd-ports-gnome-4c92ac629811ebdb6cc6b8f28b2a85a1b506d870.tar.zst
freebsd-ports-gnome-4c92ac629811ebdb6cc6b8f28b2a85a1b506d870.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 'sysutils/usermin')
-rw-r--r--sysutils/usermin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/usermin/Makefile b/sysutils/usermin/Makefile
index bc39584900f7..8a59cdc074e1 100644
--- a/sysutils/usermin/Makefile
+++ b/sysutils/usermin/Makefile
@@ -37,7 +37,7 @@ post-patch:
@${REINPLACE_CMD} -e "s=%%PREFIX%%=${PREFIX}=" ${WRKSRC}/setup.sh
.for file in filter/config commands/config htaccess/config
- @${PERL} -pi -e "s|=/etc/webmin|=${PREFIX}/etc/webmin|g" ${WRKSRC}/${file}
+ @${REINPLACE_CMD} -i '' -e 's|=/etc/webmin|=${PREFIX}/etc/webmin|' ${WRKSRC}/${file}
.endfor
@${FIND} ${WRKSRC} -name config-freebsd\* \