mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Add LICENSE_FILE
- Switch shebang patching to shebangfix - Add NO_ARCH
This commit is contained in:
parent
6fbbb9b30e
commit
9a1cdfdf07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409180
@ -10,13 +10,16 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Build tool alternative to make
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
USES= python:2
|
||||
USES= python:2 shebangfix
|
||||
SHEBANG_FILES= script/scons
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_SUB+= SCONS_VER=${PORTVERSION}
|
||||
PLIST_SUB= SCONS_VER=${PORTVERSION}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
|
@ -1,8 +0,0 @@
|
||||
--- script/scons.orig 2015-11-09 11:25:09 UTC
|
||||
+++ script/scons
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/env python
|
||||
+#! /usr/bin/env python2
|
||||
#
|
||||
# SCons - a Software Constructor
|
||||
#
|
Loading…
Reference in New Issue
Block a user