diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-11-09 21:56:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-11-09 21:56:51 +0800 |
commit | 90074420a2e84aa8625945b7cf3fa15dc9e13bf2 (patch) | |
tree | 3c4d9957e3ce1d891aa9a288a7d0eb538032802e /net-mgmt | |
parent | 83d259bea51bf02653506be8f5d55aa9481aefa7 (diff) | |
download | freebsd-ports-gnome-90074420a2e84aa8625945b7cf3fa15dc9e13bf2.tar.gz freebsd-ports-gnome-90074420a2e84aa8625945b7cf3fa15dc9e13bf2.tar.zst freebsd-ports-gnome-90074420a2e84aa8625945b7cf3fa15dc9e13bf2.zip |
add missing backslash
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cricket/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/cricket/Makefile b/net-mgmt/cricket/Makefile index edcb01181722..7f2164e879ea 100644 --- a/net-mgmt/cricket/Makefile +++ b/net-mgmt/cricket/Makefile @@ -44,14 +44,14 @@ do-install: -name \*.bak | ${XARGS} ${RM} -f ${CHOWN} -R ${CRICKET_USER}:${CRICKET_GROUP} ${PREFIX}/cricket @if [ -L ${PREFIX}/cricket/cricket ]; then \ - ${ECHO_MSG} "Updating ${PREFIX}/cricket/cricket symbolic link" - ${RM} ${PREFIX}/cricket/cricket + ${ECHO_MSG} "Updating ${PREFIX}/cricket/cricket symbolic link"; \ + ${RM} ${PREFIX}/cricket/cricket; \ fi ${LN} -s ${PREFIX}/cricket/cricket-${PORTVERSION} \ ${PREFIX}/cricket/cricket @if [ -f ${LOCALBASE}/cricket/compile ] ; then \ - ${ECHO_MSG} "You should migrate manually to use new cricket" - ${ECHO_MSG} "installation scheme." + ${ECHO_MSG} "You should migrate manually to use new cricket"; \ + ${ECHO_MSG} "installation scheme."; \ fi post-install: |