svn commit: r411701 - head/sysutils/hptcli

William Grzybowski wg at FreeBSD.org
Wed Mar 23 12:03:10 UTC 2016


Author: wg
Date: Wed Mar 23 12:03:08 2016
New Revision: 411701
URL: https://svnweb.freebsd.org/changeset/ports/411701

Log:
  sysutils/hptcli: install using INSTALL_PROGRAM
  
  MFH:		2016Q1

Modified:
  head/sysutils/hptcli/Makefile

Modified: head/sysutils/hptcli/Makefile
==============================================================================
--- head/sysutils/hptcli/Makefile	Wed Mar 23 11:44:29 2016	(r411700)
+++ head/sysutils/hptcli/Makefile	Wed Mar 23 12:03:08 2016	(r411701)
@@ -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