Index: head/devel/scons/Makefile =================================================================== --- head/devel/scons/Makefile (revision 409179) +++ head/devel/scons/Makefile (revision 409180) @@ -1,28 +1,31 @@ # Created by: Peter Haight # $FreeBSD$ PORTNAME= scons PORTVERSION= 2.4.1 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} 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} \ -e 's,distutils\.command\.install$$,setuptools\.command\.install,' \ -e 's,distutils\.command\.install\.,setuptools\.command\.install\.,' \ ${WRKSRC}/setup.py @${FIND} ${WRKSRC} -name \*.orig -delete .include Index: head/devel/scons/files/patch-script__scons =================================================================== --- head/devel/scons/files/patch-script__scons (revision 409179) +++ head/devel/scons/files/patch-script__scons (nonexistent) @@ -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 - # Property changes on: head/devel/scons/files/patch-script__scons ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property