Index: head/sysutils/hpacucli/Makefile =================================================================== --- head/sysutils/hpacucli/Makefile (revision 209803) +++ head/sysutils/hpacucli/Makefile (revision 209804) @@ -1,38 +1,38 @@ # New ports collection makefile for: HPACUCLI # Date created: 28 October 2007 # Whom: SriSaiGanesh # # $FreeBSD$ # PORTNAME= hpacucli PORTVERSION= 7.50 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= brooks DISTNAME= hpacucli-${PORTVERSION} MAINTAINER= v.sri.sai.ganesh@hp.com COMMENT= HP ARRAY CONFIGURATION UTILITY for Smart Array RAID cards 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= lib/compaq/hpacucli USE_LDCONFIG= ${PREFIX}/${APP_PREFIX} 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/ .include Property changes on: head/sysutils/hpacucli/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/sysutils/hpacucli/files/patch-hpacucli =================================================================== --- head/sysutils/hpacucli/files/patch-hpacucli (revision 209803) +++ head/sysutils/hpacucli/files/patch-hpacucli (revision 209804) @@ -1,11 +1,11 @@ $FreeBSD$ --- hpacucli.orig +++ hpacucli @@ -1,3 +1,4 @@ -`touch /var/run/CPQACU_MUTEX` -+$!/bin/sh ++#!/bin/sh +touch /var/run/CPQACU_MUTEX export ACUXE_LOCK_FILES_DIR=/var/run/ /usr/local/libexec/.hpacucli $* Property changes on: head/sysutils/hpacucli/files/patch-hpacucli ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property