diff options
| author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:43:34 +0000 |
|---|---|---|
| committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:43:34 +0000 |
| commit | 5415855f925cce1fb046dc9cd3ad87bd0aa67250 (patch) | |
| tree | c9a3b025eacc65cf8afe994dbec747b6af16855a /sysutils/py-scriptine/Makefile | |
| parent | Update to upstream version 20180314 (diff) | |
Fix order of variables
Ports maintained by me in categories: science security sysutils textproc
Diffstat (limited to 'sysutils/py-scriptine/Makefile')
| -rw-r--r-- | sysutils/py-scriptine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-scriptine/Makefile b/sysutils/py-scriptine/Makefile index 61e7b3903936..9276886edb7e 100644 --- a/sysutils/py-scriptine/Makefile +++ b/sysutils/py-scriptine/Makefile @@ -12,8 +12,8 @@ COMMENT= Python shell scripts made easy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes USES= python:-2.7 USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> |
