diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 11:11:55 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 11:11:55 +0800 |
commit | 7851ccd67754d2d5d1270b190887614cdfcefb5a (patch) | |
tree | 099a72185ec189383508ff971a46f307cbef820b /comms | |
parent | 2d5208b5d23526d9fa71a607decf69e63d16d742 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |