diff options
author | ume <ume@FreeBSD.org> | 2004-02-06 17:29:28 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-02-06 17:29:28 +0000 |
commit | 8de940126614f0ae1762e6108264d67f8a75a058 (patch) | |
tree | 9d506f8920b9f5fa46df15a99eea81706a252a8d /security/cyrus-sasl2 | |
parent | 8c6d3c3f341e5475d1d067afe3a3c4f1a9d7ff5e (diff) | |
download | FreeBSD-ports-8de940126614f0ae1762e6108264d67f8a75a058.zip FreeBSD-ports-8de940126614f0ae1762e6108264d67f8a75a058.tar.gz |
Set an appropriate LATEST_LINK to avoid conflicts with other ports.
Reported by: kris
Diffstat (limited to 'security/cyrus-sasl2')
-rw-r--r-- | security/cyrus-sasl2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile b/security/cyrus-sasl2/Makefile index ccd28eb..c2c5785 100644 --- a/security/cyrus-sasl2/Makefile +++ b/security/cyrus-sasl2/Makefile @@ -17,6 +17,8 @@ MASTER_SITE_SUBDIR= . OLD-VERSIONS/sasl MAINTAINER= ume@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) +LATEST_LINK= ${PORTNAME}2 + INSTALLS_SHLIB= yes DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}2 |