diff options
author | tron <tron@pkgsrc.org> | 2000-04-24 13:54:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-04-24 13:54:41 +0000 |
commit | 19871dbe443642c3bd696b906a9baf70d2465a5e (patch) | |
tree | a514b3ff281f8c038c226c91cc55b98d6b8f60a3 /security/openssl/pkg | |
parent | a89c56456f47f30d3e314e09bd5fc7675796bbdd (diff) | |
download | pkgsrc-19871dbe443642c3bd696b906a9baf70d2465a5e.tar.gz |
Don't complain on deinstallation if directory "${PREFIX}/certs" cannot
be removed.
Diffstat (limited to 'security/openssl/pkg')
-rw-r--r-- | security/openssl/pkg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/pkg/PLIST b/security/openssl/pkg/PLIST index f4ee1794da1..6b99578bc01 100644 --- a/security/openssl/pkg/PLIST +++ b/security/openssl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2000/04/21 02:15:41 explorer Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/04/24 13:54:41 tron Exp $ bin/CA.pl bin/CA.sh bin/asn1parse @@ -273,7 +273,7 @@ share/doc/openssl/ssl/SSL_get_error.pod share/doc/openssl/ssl/ssl.pod share/doc/openssl/ssleay.txt @exec mkdir -p %D/certs %D/private -@dirrm certs +@unexec rmdir %D/certs 2>/dev/null || true @dirrm include/openssl @dirrm private @dirrm share/doc/openssl/apps |