aboutsummaryrefslogtreecommitdiff
path: root/net/cap
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1996-12-02 09:38:55 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1996-12-02 09:38:55 +0000
commit33012ef01698722f2e165b7e1b70dca6461ead42 (patch)
treee29e958556ea3df8769f2a731772c4b96d5d0e4c /net/cap
parentae17a2fb1ba102d69d0b08eb961d1b88f02c8222 (diff)
downloadports-33012ef01698722f2e165b7e1b70dca6461ead42.tar.gz
ports-33012ef01698722f2e165b7e1b70dca6461ead42.zip
Ooops, can't use ${PREFIX} in these scripts.
Noticed by: Koichi Satou <copan@ppp.fastnet.or.jp>
Notes
Notes: svn path=/head/; revision=4747
Diffstat (limited to 'net/cap')
-rw-r--r--net/cap/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cap/pkg-install b/net/cap/pkg-install
index f2620f7aa79d..9c2ae0b04a8d 100644
--- a/net/cap/pkg-install
+++ b/net/cap/pkg-install
@@ -5,6 +5,6 @@ if [ "$2" != "POST-INSTALL" ]; then
fi
echo '**********************************************************************'
-echo " Now, edit ${PREFIX}/etc/cap/start-cap-servers.sample."
+echo " Now, edit /usr/local/etc/cap/start-cap-servers.sample."
echo " Then install it as ${PREFIX}/etc/rc.d/start-cap-servers.sh."
echo '**********************************************************************'