summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:43:34 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-17 14:43:34 +0000
commit5415855f925cce1fb046dc9cd3ad87bd0aa67250 (patch)
treec9a3b025eacc65cf8afe994dbec747b6af16855a /sysutils
parentUpdate to upstream version 20180314 (diff)
Fix order of variables
Ports maintained by me in categories: science security sysutils textproc
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pslist/Makefile2
-rw-r--r--sysutils/py-scriptine/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile
index ec0053e65fd8..33267dcca3d1 100644
--- a/sysutils/pslist/Makefile
+++ b/sysutils/pslist/Makefile
@@ -12,10 +12,10 @@ COMMENT= Utility to view or send signals to processes with all their children
LICENSE= BSD2CLAUSE
#LICENSE_FILE= ${WRKSRC}/README # License on 4th paragraph
-NO_ARCH= yes
USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= pslist
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+NO_ARCH= yes
.include <bsd.port.mk>
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>