Index: branches/2016Q1/sysutils/hptcli/Makefile =================================================================== --- branches/2016Q1/sysutils/hptcli/Makefile (revision 412109) +++ branches/2016Q1/sysutils/hptcli/Makefile (revision 412110) @@ -1,38 +1,39 @@ # Created by: William Grzybowski # $FreeBSD$ 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 MAINTAINER= wg@FreeBSD.org COMMENT= HighPoint storage controllers management CLI EXTRACT_SUFX= .tgz RESTRICTED= Redistribution is not allowed ONLY_FOR_ARCHS= i386 amd64 WRKSRC= ${WRKDIR} NO_BUILD= yes post-extract: cd ${WRKDIR} && ${TAR} -xf hptraidconf-3.6-1.tbz && \ ${TAR} -xf hptsvr-3.6-1.tbz .include 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 Index: branches/2016Q1 =================================================================== --- branches/2016Q1 (revision 412109) +++ branches/2016Q1 (revision 412110) Property changes on: branches/2016Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r411701