svn commit: r312055 - head/comms/gammu

Boris Samorodov bsam at FreeBSD.org
Mon Feb 11 11:39:31 UTC 2013


Author: bsam
Date: Mon Feb 11 11:39:30 2013
New Revision: 312055
URL: http://svnweb.freebsd.org/changeset/ports/312055

Log:
  Use the standard option for bash completion script
  (BASHCS -> BASH).

Modified:
  head/comms/gammu/Makefile

Modified: head/comms/gammu/Makefile
==============================================================================
--- head/comms/gammu/Makefile	Mon Feb 11 11:37:35 2013	(r312054)
+++ head/comms/gammu/Makefile	Mon Feb 11 11:39:30 2013	(r312055)
@@ -14,8 +14,7 @@ RUN_DEPENDS=	cdialog:${PORTSDIR}/devel/c
 
 CONFLICTS=	gammu-devel-[1-9]* gammu-python-[1-9]*
 
-OPTIONS_DEFINE=	BASHCS
-BASHCS_DESC=	BASH completion script
+OPTIONS_DEFINE=	BASH
 
 CMAKE_ARGS+=	-DINSTALL_LIBDATA_DIR=${LOCALBASE}/libdata
 
@@ -38,7 +37,7 @@ post-install:
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MBASHCS}
+.if ${PORT_OPTIONS:MBASH}
 BUILD_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 RUN_DEPENDS+=	bash:${PORTSDIR}/shells/bash
 PLIST_FILES+=	etc/bash_completion.d/gammu


More information about the svn-ports-all mailing list