From 59c045e76f004f6dbe4d6ac136029a5dd62ee5f0 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Wed, 23 Mar 2016 12:03:08 +0000 Subject: sysutils/hptcli: install using INSTALL_PROGRAM MFH: 2016Q1 --- sysutils/hptcli/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'sysutils/hptcli') diff --git a/sysutils/hptcli/Makefile b/sysutils/hptcli/Makefile index 742f5fd94068..ec5c8444302c 100644 --- a/sysutils/hptcli/Makefile +++ b/sysutils/hptcli/Makefile @@ -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 -- cgit v1.2.3