summaryrefslogtreecommitdiff
path: root/sysutils/hptcli
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2016-03-23 12:03:08 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2016-03-23 12:03:08 +0000
commit59c045e76f004f6dbe4d6ac136029a5dd62ee5f0 (patch)
tree2516b3861862bc1bb0634a8dca90c8184c341472 /sysutils/hptcli
parentprint/cups: revive GNUTLS option after r389015 (diff)
sysutils/hptcli: install using INSTALL_PROGRAM
MFH: 2016Q1
Diffstat (limited to 'sysutils/hptcli')
-rw-r--r--sysutils/hptcli/Makefile9
1 files changed, 5 insertions, 4 deletions
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 <bsd.port.post.mk>