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
commit5c1ac964929d391ede2b32b83430d4c1b46b1491 (patch)
tree77bf02b8d771594ff5c65306830cb6326f7982ee /security
parent43031374a08fe50c66047a68abf1df050d442170 (diff)
downloadpkgsrc-5c1ac964929d391ede2b32b83430d4c1b46b1491.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