Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Nov 2015 11:21:48 +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: r401324 - head/security/cyrus-sasl2-saslauthd
Message-ID:  <201511121121.tACBLmpv096272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Thu Nov 12 11:21:48 2015
New Revision: 401324
URL: https://svnweb.freebsd.org/changeset/ports/401324

Log:
  Use OPTIONS helper.

Modified:
  head/security/cyrus-sasl2-saslauthd/Makefile

Modified: head/security/cyrus-sasl2-saslauthd/Makefile
==============================================================================
--- head/security/cyrus-sasl2-saslauthd/Makefile	Thu Nov 12 11:16:30 2015	(r401323)
+++ head/security/cyrus-sasl2-saslauthd/Makefile	Thu Nov 12 11:21:48 2015	(r401324)
@@ -130,12 +130,12 @@ post-install:
 .else
 	@${MKDIR} ${STAGEDIR}/var/run/saslauthd
 .endif
-.if ${PORT_OPTIONS:MDOCS}
+
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/saslauthd
 .for file in ${DOCS}
 	@${INSTALL_DATA} ${WRKSRC}/saslauthd/${file} \
 		${STAGEDIR}${DOCSDIR}/saslauthd
 .endfor
-.endif
 
 .include <bsd.port.post.mk>



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