summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorseb <seb>2002-11-24 22:18:23 +0000
committerseb <seb>2002-11-24 22:18:23 +0000
commit91e6ab0efe1535e8f0d8f7a8ff7237110a20514c (patch)
tree77bf02b8d771594ff5c65306830cb6326f7982ee /security
parent02b177d1c3dd4b3326337c841853511a26fc04ff (diff)
downloadpkgsrc-91e6ab0efe1535e8f0d8f7a8ff7237110a20514c.tar.gz
As I said before this INSTALL script is not needed anymore: /usr/lib/sasl2
is not needed!
Diffstat (limited to 'security')
-rw-r--r--security/cyrus-sasl2/INSTALL12
1 files changed, 0 insertions, 12 deletions
diff --git a/security/cyrus-sasl2/INSTALL b/security/cyrus-sasl2/INSTALL
deleted file mode 100644
index 77d710d3885..00000000000
--- a/security/cyrus-sasl2/INSTALL
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: INSTALL,v 1.1.1.1 2002/10/27 15:08:59 chris Exp $
-
-case ${STAGE} in
-POST-INSTALL)
- #
- # Create the default search location for SASL authentication
- # mechanism libraries.
- #
- ${RM} -f /usr/lib/sasl2
- ${LN} -s ${PKG_PREFIX}/lib/sasl2 /usr/lib/sasl2
- ;;
-esac