summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-11-24 22:18:23 +0000
committerseb <seb@pkgsrc.org>2002-11-24 22:18:23 +0000
commite127039faa149f8c19a3d32739be8e3ae79f25d2 (patch)
tree77bf02b8d771594ff5c65306830cb6326f7982ee
parent63e3f7303351b53bcf6d65ed2f6ab378150b0bad (diff)
downloadpkgsrc-e127039faa149f8c19a3d32739be8e3ae79f25d2.tar.gz
As I said before this INSTALL script is not needed anymore: /usr/lib/sasl2
is not needed!
-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