Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2019 21:29:44 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518052 - head/sysutils/am-utils
Message-ID:  <201911202129.xAKLTikX056001@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Nov 20 21:29:44 2019
New Revision: 518052
URL: https://svnweb.freebsd.org/changeset/ports/518052

Log:
  Make the installation of the rc script conditional to avoid conflict
  with base.
  
  MFH:		2019Q4

Modified:
  head/sysutils/am-utils/Makefile

Modified: head/sysutils/am-utils/Makefile
==============================================================================
--- head/sysutils/am-utils/Makefile	Wed Nov 20 21:16:14 2019	(r518051)
+++ head/sysutils/am-utils/Makefile	Wed Nov 20 21:29:44 2019	(r518052)
@@ -3,7 +3,7 @@
 
 PORTNAME=	am-utils
 PORTVERSION=	6.2
-PORTREVISION=	5
+PORTREVISION=	7
 PORTEPOCH=	1
 CATEGORIES=	sysutils net
 MASTER_SITES=	ftp://ftp.am-utils.org/pub/am-utils/ \
@@ -16,9 +16,10 @@ COMMENT=	Berkeley Automounter Suite of Utilities
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-OPTIONS_DEFINE=	OPENLDAP DOCS
+OPTIONS_DEFINE=	OPENLDAP DOCS RC
 OPTIONS_DEFAULT=OPENLDAP
 OPENLDAP_DESC=	OpenLDAP support
+RC_DESC=	Use the rc script in this port
 
 USES=		autoreconf:build bison libtool makeinfo perl5
 USE_LDCONFIG=	yes
@@ -43,7 +44,7 @@ OPENLDAP_PORTDOCS=		README.ldap ldap-id.txt ldap.schem
 
 OPTIONS_SUB=	yes
 
-USE_RC_SUBR=	amd
+RC_USE_RC_SUBR=	amd
 
 post-patch:
 	@${RM} ${WRKSRC}/doc/am-utils.info*



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