svn commit: r412110 - branches/2016Q1/sysutils/hptcli

William Grzybowski wg at FreeBSD.org
Tue Mar 29 13:57:50 UTC 2016


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>


More information about the svn-ports-all mailing list