svn commit: r398370 - head/security/cyrus-sasl2

Hajimu UMEMOTO ume at FreeBSD.org
Thu Oct 1 16:52:46 UTC 2015


Author: ume
Date: Thu Oct  1 16:52:45 2015
New Revision: 398370
URL: https://svnweb.freebsd.org/changeset/ports/398370

Log:
  Fix DOCSDIR.

Modified:
  head/security/cyrus-sasl2/Makefile

Modified: head/security/cyrus-sasl2/Makefile
==============================================================================
--- head/security/cyrus-sasl2/Makefile	Thu Oct  1 16:43:59 2015	(r398369)
+++ head/security/cyrus-sasl2/Makefile	Thu Oct  1 16:52:45 2015	(r398370)
@@ -2,7 +2,7 @@
 
 PORTNAME=	cyrus-sasl2
 PORTVERSION=	2.1.26
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	security ipv6
 MASTER_SITES=	ftp://ftp.cyrusimap.org/cyrus-sasl/ \
 		http://cyrusimap.org/releases/
@@ -35,8 +35,6 @@ CONFIGURE_ARGS=	--sysconfdir=${PREFIX}/e
 		--disable-krb4
 MAKE_ENV+=	INSTALL_STRIP_FLAG=${STRIP}
 
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}2
-
 CPE_VENDOR=	cmu
 
 NO_OPTIONS_SORT=	yes


More information about the svn-ports-all mailing list