Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 16:52:46 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398370 - head/security/cyrus-sasl2
Message-ID:  <201510011652.t91GqkJs093465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011652.t91GqkJs093465>