diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-06-30 21:27:42 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-06-30 21:27:42 +0000 |
commit | 5d15e8c523cf261dbaf5792033376f3a2d2da95b (patch) | |
tree | 7a29ce458fb71c73fff1deb574854fecc489fa42 | |
parent | 570f4660cebb495f7c3252bcc3cab454fd20d813 (diff) |
Notes
-rw-r--r-- | misc/mtail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/mtail/Makefile b/misc/mtail/Makefile index 032a9eb69568..621c30041ab1 100644 --- a/misc/mtail/Makefile +++ b/misc/mtail/Makefile @@ -3,6 +3,7 @@ PORTNAME= mtail PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://matt.immute.net/src/mtail/ @@ -12,7 +13,8 @@ COMMENT= Small tail workalike that performs output coloring LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:run shebangfix tar:tgz +USES= python:2.7,run shebangfix tar:tgz + SHEBANG_FILES= ${WRKSRC}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes |