summaryrefslogtreecommitdiff
path: root/security/ssh2
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-07-07 15:24:36 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-07-07 15:24:36 +0000
commit866ffd967e227c5b3e95c042db249d2d369d0418 (patch)
treed215f76bc91c939d4707cf39f5b831e6bcf8b85a /security/ssh2
parentupdate openldap21 to 2.1.22 (diff)
Fix plist.
No PORTREVISION update because of the short timeframe between the commits. Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=84396
Diffstat (limited to 'security/ssh2')
-rw-r--r--security/ssh2/pkg-plist20
1 files changed, 10 insertions, 10 deletions
diff --git a/security/ssh2/pkg-plist b/security/ssh2/pkg-plist
index 99f686a4c729..e336f3b5a16d 100644
--- a/security/ssh2/pkg-plist
+++ b/security/ssh2/pkg-plist
@@ -39,16 +39,16 @@ sbin/sshd2
sbin/sshd-check-conf
sbin/sshd
@exec if [ ! -f %D/etc/ssh2/hostkey ]; then umask 022; echo "Generating host key."; %D/bin/ssh-keygen2 -P -t dsa "DSA hostkey" %D/etc/ssh2/hostkey; fi
-%%PORTDOCS%%%%DATADIR%%/CHANGES
-%%PORTDOCS%%%%DATADIR%%/FAQ
-%%PORTDOCS%%%%DATADIR%%/INSTALL
-%%PORTDOCS%%%%DATADIR%%/LICENSE
-%%PORTDOCS%%%%DATADIR%%/MANIFEST
-%%PORTDOCS%%%%DATADIR%%/NEWS
-%%PORTDOCS%%%%DATADIR%%/README
-%%PORTDOCS%%%%DATADIR%%/REGEX-SYNTAX
-%%PORTDOCS%%%%DATADIR%%/SSH2.QUICKSTART
-%%PORTDOCS%%@dirrm %%DATADIR%%
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/FAQ
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/MANIFEST
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/REGEX-SYNTAX
+%%PORTDOCS%%%%DOCSDIR%%/SSH2.QUICKSTART
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
@unexec rmdir %D/etc/ssh2/hostkeys 2> /dev/null || true
@unexec rmdir %D/etc/ssh2/knownhosts 2> /dev/null || true
@unexec rmdir %D/etc/ssh2/subconfig 2> /dev/null || true