svn commit: r475965 - head/devel/bashdb

Yuri Victorovich yuri at FreeBSD.org
Tue Jul 31 01:42:15 UTC 2018


Author: yuri
Date: Tue Jul 31 01:42:14 2018
New Revision: 475965
URL: https://svnweb.freebsd.org/changeset/ports/475965

Log:
  devel/bashdb: Use the config argument to supply bash
  
  Reported by:	adamw

Modified:
  head/devel/bashdb/Makefile

Modified: head/devel/bashdb/Makefile
==============================================================================
--- head/devel/bashdb/Makefile	Tue Jul 31 01:00:40 2018	(r475964)
+++ head/devel/bashdb/Makefile	Tue Jul 31 01:42:14 2018	(r475965)
@@ -2,6 +2,7 @@
 
 PORTNAME=	bashdb
 DISTVERSION=	4.4-0.94
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
 
@@ -15,15 +16,12 @@ BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash
 
 USES=		gmake python shebangfix
-SHEBANG_GLOB=	*.py
+SHEBANG_FILES=	lib/term-highlight.py
 GNU_CONFIGURE=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-INFO=	bashdb
-
-post-install:
-	@${REINPLACE_CMD} -i '' 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' \
-		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+CONFIGURE_ARGS=	--with-bash=${LOCALBASE}/bin/bash
+INFO=		bashdb
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list