aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-02-11 19:39:30 +0800
committerbsam <bsam@FreeBSD.org>2013-02-11 19:39:30 +0800
commitf37e2e16f013471698de92dbfecc5a7ae503bf63 (patch)
treeb66f76666b6525c0ea55ce923e355e70caa0e582
parent9b33143056782eaf9bf5a22169b39aa251a62f07 (diff)
downloadfreebsd-ports-graphics-f37e2e16f013471698de92dbfecc5a7ae503bf63.tar.gz
freebsd-ports-graphics-f37e2e16f013471698de92dbfecc5a7ae503bf63.tar.zst
freebsd-ports-graphics-f37e2e16f013471698de92dbfecc5a7ae503bf63.zip
Use the standard option for bash completion script
(BASHCS -> BASH).
-rw-r--r--comms/gammu/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile
index 6ce895c2c1f..52d30de403c 100644
--- a/comms/gammu/Makefile
+++ b/comms/gammu/Makefile
@@ -14,8 +14,7 @@ RUN_DEPENDS= cdialog:${PORTSDIR}/devel/cdialog
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