summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjlam <jlam>2002-06-28 18:29:20 +0000
committerjlam <jlam>2002-06-28 18:29:20 +0000
commit68bece268aa02068345d2641e1af0de4ffafc50a (patch)
tree08497dc4e454393821c349e596894841c289a0bb /security/openssh
parent7852856a10bb7d2a8860904c97a828cbbe327a91 (diff)
downloadpkgsrc-68bece268aa02068345d2641e1af0de4ffafc50a.tar.gz
No need to substitute for @PREFIX@, as ${PKG_PREFIX} already has that
value.
Diffstat (limited to 'security/openssh')
-rw-r--r--security/openssh/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/INSTALL b/security/openssh/INSTALL
index a174c84eeb3..bcf9e97dec8 100644
--- a/security/openssh/INSTALL
+++ b/security/openssh/INSTALL
@@ -1,6 +1,6 @@
-# $NetBSD: INSTALL,v 1.7 2002/06/28 04:40:05 grant Exp $
+# $NetBSD: INSTALL,v 1.8 2002/06/28 18:29:20 jlam Exp $
-DIRS="/etc /etc/ssh @PREFIX@/etc @PREFIX@/etc/ssh"
+DIRS="/etc /etc/ssh ${PKG_PREFIX}/etc ${PKG_PREFIX}/etc/ssh"
FILES="sshd.conf sshd_config"
if [ "${STAGE}" != "POST-INSTALL" ]; then