aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-08-09 06:30:33 +0800
committerarved <arved@FreeBSD.org>2003-08-09 06:30:33 +0800
commit5f66a9d10fa5ad6251d14a92d2456ba5429388ad (patch)
tree5cfd7cb52121dff88adcd70583f4408c2bdb8c52 /misc
parent9649a3cab4aa482e4b1210bdd36a8caff49bec0a (diff)
downloadfreebsd-ports-gnome-5f66a9d10fa5ad6251d14a92d2456ba5429388ad.tar.gz
freebsd-ports-gnome-5f66a9d10fa5ad6251d14a92d2456ba5429388ad.tar.zst
freebsd-ports-gnome-5f66a9d10fa5ad6251d14a92d2456ba5429388ad.zip
Fix the REINPLACE_CMD
Submitted by: Krzysztof Stryjek <wtp@mud.pl> Big pointy hat: arved
Diffstat (limited to 'misc')
-rw-r--r--misc/pl-sms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pl-sms/Makefile b/misc/pl-sms/Makefile
index 5aec5f917076..ca676a0419cc 100644
--- a/misc/pl-sms/Makefile
+++ b/misc/pl-sms/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
WRKSRC= ${WRKDIR}/sms
USE_GMAKE= yes
USE_REINPLACE= yes
-REINPLACE_ARGS= # empty
+REINPLACE_ARGS= -i ""
MAKE_ARGS= CXX="${CXX}"
.if defined(NOPORTDOCS)
MAKE_ARGS+= NOPORTDOCS=1