diff options
author | miwi <miwi@FreeBSD.org> | 2012-03-17 13:03:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-03-17 13:03:17 +0800 |
commit | 7c17c833f56c8f3613c0c5584760c3093dd74851 (patch) | |
tree | 20f08df45e862da18f54f5a2aaec225a589b2095 /sysutils/mbmon | |
parent | 5966fe8a207458240c3688ffe68a0fe42ee22934 (diff) | |
download | freebsd-ports-gnome-7c17c833f56c8f3613c0c5584760c3093dd74851.tar.gz freebsd-ports-gnome-7c17c833f56c8f3613c0c5584760c3093dd74851.tar.zst freebsd-ports-gnome-7c17c833f56c8f3613c0c5584760c3093dd74851.zip |
- Set Portscout flags
- Pass maintainership to submitter
PR: 165917 165916 165975 165973 165972
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe: yes
Diffstat (limited to 'sysutils/mbmon')
-rw-r--r-- | sysutils/mbmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile index 73edeea1b70a..9f09727b6e29 100644 --- a/sysutils/mbmon/Makefile +++ b/sysutils/mbmon/Makefile @@ -12,9 +12,11 @@ CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/ DISTNAME= xmbmon${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT?= A tty motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 +PORTSCOUT= limit:^[0-9]+$ + ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes |