Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2016 13:57:49 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r412110 - branches/2016Q1/sysutils/hptcli
Message-ID:  <201603291357.u2TDvnfr026317@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Tue Mar 29 13:57:49 2016
New Revision: 412110
URL: https://svnweb.freebsd.org/changeset/ports/412110

Log:
  MFH: r411701
  
  sysutils/hptcli: install using INSTALL_PROGRAM
  
  Approved by:	portmgr (feld)

Modified:
  branches/2016Q1/sysutils/hptcli/Makefile
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/sysutils/hptcli/Makefile
==============================================================================
--- branches/2016Q1/sysutils/hptcli/Makefile	Tue Mar 29 13:20:38 2016	(r412109)
+++ branches/2016Q1/sysutils/hptcli/Makefile	Tue Mar 29 13:57:49 2016	(r412110)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hptcli
 PORTVERSION=	3.6
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.highpoint-tech.com/BIOS_Driver/HRM/FreeBSD/
 DISTNAME=	CLI-FreeBSD-3.6-1-120913
@@ -28,11 +29,11 @@ do-install:
 	#@${MKDIR} ${STAGEDIR}${PREFIX}
 	${INSTALL_MAN} ${WRKSRC}/hptraidconf.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if ${ARCH} == "i386"
-	${INSTALL_DATA} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf
-	${INSTALL_DATA} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr
+	${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0 ${STAGEDIR}${PREFIX}/bin/hptraidconf
+	${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0 ${STAGEDIR}${PREFIX}/sbin/hptsvr
 .else
-	${INSTALL_DATA} ${WRKSRC}/hptraidconf-8.0.amd64 ${STAGEDIR}${PREFIX}/bin/hptraidconf
-	${INSTALL_DATA} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0.amd64 ${STAGEDIR}${PREFIX}/sbin/hptsvr
+	${INSTALL_PROGRAM} ${WRKSRC}/hptraidconf-8.0.amd64 ${STAGEDIR}${PREFIX}/bin/hptraidconf
+	${INSTALL_PROGRAM} ${WRKSRC}/hptsvr-3.6/hptsvr-8.0.amd64 ${STAGEDIR}${PREFIX}/sbin/hptsvr
 .endif
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603291357.u2TDvnfr026317>