diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-19 04:27:48 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-19 04:27:48 +0000 |
commit | 5e077b2303f888e82588dfca4c7cccfe80b861dd (patch) | |
tree | 733c7b597e7244ba06eb28c7c231cfa145f6d67d /sysutils/hpacucli | |
parent | fef29ab7c79ac5137fde0d746070715734cb1082 (diff) | |
download | freebsd-ports-5e077b2303f888e82588dfca4c7cccfe80b861dd.zip |
Simplify
Pet Portlint
Diffstat (limited to 'sysutils/hpacucli')
-rw-r--r-- | sysutils/hpacucli/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 6ed6e192b07b..3944b775dc18 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -5,9 +5,7 @@ PORTNAME= hpacucli PORTVERSION= 7.50 PORTREVISION= 3 CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= brooks -DISTNAME= hpacucli-${PORTVERSION} +MASTER_SITES= LOCAL/brooks MAINTAINER= ports@FreeBSD.org COMMENT= HP ARRAY CONFIGURATION UTILITY for Smart Array RAID cards |