From 7851ccd67754d2d5d1270b190887614cdfcefb5a Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 8 Aug 2000 03:11:55 +0000 Subject: Add a missing ';' so this port builds/installs cleanly. --- comms/qpage/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile index e80b620..f07657b 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 -- cgit v1.1