svn commit: r518052 - head/sysutils/am-utils

Cy Schubert cy at FreeBSD.org
Wed Nov 20 21:29:44 UTC 2019


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*


More information about the svn-ports-all mailing list