aboutsummaryrefslogtreecommitdiff
path: root/comms/qpage
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-08-08 03:11:55 +0000
committerSteve Price <steve@FreeBSD.org>2000-08-08 03:11:55 +0000
commit1605e0fca8fd466695153ec11a2693dc33093285 (patch)
treeb479c17f177d83e2ef5e3b5d7afdeb6e11e0a39a /comms/qpage
parentff722afe7ed61787a70a23db8e34601bbfa42b27 (diff)
downloadports-1605e0fca8fd466695153ec11a2693dc33093285.tar.gz
ports-1605e0fca8fd466695153ec11a2693dc33093285.zip
Add a missing ';' so this port builds/installs cleanly.
Notes
Notes: svn path=/head/; revision=31408
Diffstat (limited to 'comms/qpage')
-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>