Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2023 10:22:47 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 54dc11fd57ef - main - cad/spice: Fix typos
Message-ID:  <202307201022.36KAMlus007182@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=54dc11fd57ef684639ed198271453a6f7b7118cd

commit 54dc11fd57ef684639ed198271453a6f7b7118cd
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-20 08:36:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-20 10:22:37 +0000

    cad/spice: Fix typos
    
    Reported by:    danfe
---
 cad/spice/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index c0b2e90c19e3..bd76e0deb45e 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -93,10 +93,10 @@ post-extract-DEV_BSIM3-on:
 	    -C ${WRKSRC}/src/lib/dev/bsim3
 post-extract-DEV_BSIM4-on:
 	@${MKDIR} ${WRKSRC}/src/lib/dev/bsim4
-	${UNZIP_MNATIVE_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/BSIM480_Code.zip \
+	${UNZIP_NATIVE_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/BSIM480_Code.zip \
 	    -d ${WRKSRC}/src/lib/dev/bsim4
 post-extract-DEV_HISIM2-on:
-	${UNZIP_MNATIVE_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/HiSIM_2.8.0_Release_20140605.zip \
+	${UNZIP_NATIVE_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/HiSIM_2.8.0_Release_20140605.zip \
 	    -d ${WRKDIR}
 	${MV} ${WRKDIR}/HiSIM_2.8.0_Release_20140605/HiSIM_2.8.0_C-Code/hisim2 \
 	    ${WRKSRC}/src/lib/dev



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307201022.36KAMlus007182>