svn commit: r464852 - head/devel/aap

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 18 00:34:40 UTC 2018


Author: yuri
Date: Sun Mar 18 00:34:39 2018
New Revision: 464852
URL: https://svnweb.freebsd.org/changeset/ports/464852

Log:
  devel/aap: Unbreak
  
  * Add USES=shebangfix and SHABANG_FILES.
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/devel/aap/Makefile

Modified: head/devel/aap/Makefile
==============================================================================
--- head/devel/aap/Makefile	Sat Mar 17 22:49:06 2018	(r464851)
+++ head/devel/aap/Makefile	Sun Mar 18 00:34:39 2018	(r464852)
@@ -17,9 +17,10 @@ OPTIONS_DEFINE=	DOCS
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-USES=		python:2.7 zip
+USES=		python:2.7 shebangfix zip
 PLIST_SUB=	PORTVERSION="${PORTVERSION}"
 NO_ARCH=	yes
+SHEBANG_FILES=	Filetype.py Main.py PkgInstall.py PrintProfile.py RootShell.py aap.py aap
 
 do-install:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ./aap PREFIX="${STAGEDIR}/${PREFIX}" \


More information about the svn-ports-all mailing list