diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-19 16:06:34 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-19 16:06:34 +0800 |
commit | 87a4d499316f4ad8a7a076cbc40832eef269b6ef (patch) | |
tree | e96f7ee34c9a5f9037da3d152fdd3fac5eff9604 /sysutils | |
parent | a732c4a44a107e32ff3c1c39e2dab4d5702a23ff (diff) | |
download | freebsd-ports-gnome-87a4d499316f4ad8a7a076cbc40832eef269b6ef.tar.gz freebsd-ports-gnome-87a4d499316f4ad8a7a076cbc40832eef269b6ef.tar.zst freebsd-ports-gnome-87a4d499316f4ad8a7a076cbc40832eef269b6ef.zip |
Sanitize formatting, unmute installation commands, etc.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hpacucli/Makefile | 43 | ||||
-rw-r--r-- | sysutils/hpacucli/pkg-descr | 9 |
2 files changed, 24 insertions, 28 deletions
diff --git a/sysutils/hpacucli/Makefile b/sysutils/hpacucli/Makefile index 3944b775dc18..209995ae1dce 100644 --- a/sysutils/hpacucli/Makefile +++ b/sysutils/hpacucli/Makefile @@ -1,41 +1,42 @@ # Created by: SriSaiGanesh # $FreeBSD$ -PORTNAME= hpacucli -PORTVERSION= 7.50 -PORTREVISION= 3 -CATEGORIES= sysutils -MASTER_SITES= LOCAL/brooks +PORTNAME= hpacucli +PORTVERSION= 7.50 +PORTREVISION= 3 +CATEGORIES= sysutils +MASTER_SITES= LOCAL/brooks -MAINTAINER= ports@FreeBSD.org -COMMENT= HP ARRAY CONFIGURATION UTILITY for Smart Array RAID cards +MAINTAINER= ports@FreeBSD.org +COMMENT= HP configuration utility for Smart Array RAID cards -USE_BZIP2= yes -NO_BUILD= yes +LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x \ + c.5:${PORTSDIR}/misc/compat5x + +USE_BZIP2= yes +NO_BUILD= yes IA32_BINARY_PORT= yes -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x -LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x +APP_PREFIX= ${PREFIX}/lib/compaq/hpacucli post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} do-install: - @${MKDIR} -m 0755 -p ${PREFIX}/${APP_PREFIX} - @${CP} ${WRKSRC}/lib* ${PREFIX}/${APP_PREFIX}/ - @${INSTALL_PROGRAM} ${WRKSRC}/.${PORTNAME} ${PREFIX}/libexec/ - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ + @${MKDIR} ${APP_PREFIX} + ${CP} -a ${WRKSRC}/lib* ${APP_PREFIX} + ${INSTALL_PROGRAM} ${WRKSRC}/.${PORTNAME} ${PREFIX}/libexec + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin .include <bsd.port.pre.mk> -APP_PREFIX= lib/compaq/hpacucli .if ${ARCH} == amd64 -USE_LDCONFIG32= ${PREFIX}/${APP_PREFIX} -.if ${OSVERSION} < 1000019 -BROKEN= currently does not work on amd64 (see ports/128288) -.endif +USE_LDCONFIG32= ${APP_PREFIX} +. if ${OSVERSION} < 1000019 +BROKEN= currently does not work on amd64 (see PR ports/128288) +. endif .else -USE_LDCONFIG= ${PREFIX}/${APP_PREFIX} +USE_LDCONFIG= ${APP_PREFIX} .endif .include <bsd.port.post.mk> diff --git a/sysutils/hpacucli/pkg-descr b/sysutils/hpacucli/pkg-descr index f9e44a95647c..28de71d0a995 100644 --- a/sysutils/hpacucli/pkg-descr +++ b/sysutils/hpacucli/pkg-descr @@ -1,8 +1,3 @@ -HP Array Configuration Utility CLI - -The Array Configuration Utility CLI is a commandline-based disk -configuration program for Smart Array Controllers and +This port installs Linux version of HP Array Configuration Utility CLI, a +a command-line disk configuration program for Smart Array Controllers and RAID Array Controllers. - -* All other product names mentioned herein may be trademarks of their -respective companies. |