diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-18 00:34:39 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-18 00:34:39 +0000 |
commit | 445af056cdcf4f9d13096a85299de38f6e24f504 (patch) | |
tree | d916e4eb50c62706c1036cf18731ea6f245079b8 /devel/aap | |
parent | a939b039a735d3aafd24e99782049464f7560235 (diff) |
Notes
Diffstat (limited to 'devel/aap')
-rw-r--r-- | devel/aap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/aap/Makefile b/devel/aap/Makefile index 872d10e7af67..985086173e5b 100644 --- a/devel/aap/Makefile +++ b/devel/aap/Makefile @@ -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}" \ |