aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-08-08 11:11:55 +0800
committersteve <steve@FreeBSD.org>2000-08-08 11:11:55 +0800
commit7851ccd67754d2d5d1270b190887614cdfcefb5a (patch)
tree099a72185ec189383508ff971a46f307cbef820b /comms
parent2d5208b5d23526d9fa71a607decf69e63d16d742 (diff)
downloadfreebsd-ports-gnome-7851ccd67754d2d5d1270b190887614cdfcefb5a.tar.gz
freebsd-ports-gnome-7851ccd67754d2d5d1270b190887614cdfcefb5a.tar.zst
freebsd-ports-gnome-7851ccd67754d2d5d1270b190887614cdfcefb5a.zip
Add a missing ';' so this port builds/installs cleanly.
Diffstat (limited to 'comms')
-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>