diff options
author | tobik <tobik@FreeBSD.org> | 2019-01-06 20:36:42 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-01-06 20:36:42 +0800 |
commit | 0e94c1d8578b5817563980d69f30a4c049875f74 (patch) | |
tree | dc1aa6895db72466752376d0a721e95b75901938 /misc | |
parent | f9cc49b514c779b421e8dafaaf37a0b644c85e9c (diff) | |
download | freebsd-ports-gnome-0e94c1d8578b5817563980d69f30a4c049875f74.tar.gz freebsd-ports-gnome-0e94c1d8578b5817563980d69f30a4c049875f74.tar.zst freebsd-ports-gnome-0e94c1d8578b5817563980d69f30a4c049875f74.zip |
misc/mirmon: Do not set USES twice and properly declare Perl run dependency
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mirmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mirmon/Makefile b/misc/mirmon/Makefile index e90aea0ef747..5eef21bdf281 100644 --- a/misc/mirmon/Makefile +++ b/misc/mirmon/Makefile @@ -3,6 +3,7 @@ PORTNAME= mirmon PORTVERSION= 2.11 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.staff.science.uu.nl/~penni101/mirmon/ @@ -10,10 +11,9 @@ MAINTAINER= jadawin@FreeBSD.org COMMENT= Monitor the status of mirrors NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run -USES= shebangfix SHEBANG_FILES= ${WRKSRC}/mirmon ${WRKSRC}/probe SUB_FILES= pkg-message |