svn commit: r314624 - head/sysutils/hpacucli
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Mar 19 08:06:35 UTC 2013
Author: danfe
Date: Tue Mar 19 08:06:34 2013
New Revision: 314624
URL: http://svnweb.freebsd.org/changeset/ports/314624
Log:
Sanitize formatting, unmute installation commands, etc.
Modified:
head/sysutils/hpacucli/Makefile
head/sysutils/hpacucli/pkg-descr
Modified: head/sysutils/hpacucli/Makefile
==============================================================================
--- head/sysutils/hpacucli/Makefile Tue Mar 19 08:03:55 2013 (r314623)
+++ head/sysutils/hpacucli/Makefile Tue Mar 19 08:06:34 2013 (r314624)
@@ -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 at FreeBSD.org
-COMMENT= HP ARRAY CONFIGURATION UTILITY for Smart Array RAID cards
+MAINTAINER= ports at 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>
Modified: head/sysutils/hpacucli/pkg-descr
==============================================================================
--- head/sysutils/hpacucli/pkg-descr Tue Mar 19 08:03:55 2013 (r314623)
+++ head/sysutils/hpacucli/pkg-descr Tue Mar 19 08:06:34 2013 (r314624)
@@ -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.
More information about the svn-ports-head
mailing list