aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--comms/qpage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
index e80b620fd93f..f07657b06615 100644
--- a/comms/qpage/Makefile
+++ b/comms/qpage/Makefile
@@ -21,7 +21,7 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/qpage.sh ]; then \
${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
${INSTALL_SCRIPT} -m 751 ${FILESDIR}/qpage.sh \
- ${PREFIX}/etc/rc.d/qpage.sh \
+ ${PREFIX}/etc/rc.d/qpage.sh; \
fi
.include <bsd.port.mk>