mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
- Use GH_COMMIT
- Use shebangfix instead of doing it manually
This commit is contained in:
parent
8b59f0812f
commit
e154b62762
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375028
1 changed files with 3 additions and 6 deletions
|
@ -12,19 +12,16 @@ LICENSE= BSD3CLAUSE
|
|||
|
||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||
|
||||
USES= gmake
|
||||
USES= gmake shebangfix
|
||||
SHEBANG_FILES= configure
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= wbhart
|
||||
GH_PROJECT= ${PORTNAME}
|
||||
GH_TAGNAME= 72e20a7
|
||||
GH_COMMIT= 72e20a7
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/wbhart-${PORTNAME}-${GH_TAGNAME}
|
||||
|
||||
pre-configure:
|
||||
@${REINPLACE_CMD} -e "s,#!/bin/bash,#!${LOCALBASE}/bin/bash," ${WRKSRC}/configure
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./configure --prefix=${STAGEDIR}${PREFIX} CC=cc CXX=c++ AS=cc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue