git: 2ab26739b519 - main - devel/tinycbor: Cosmetic change
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Sep 19 06:06:56 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ab26739b519a1bdef7aa9172adbd7fa152bacae
commit 2ab26739b519a1bdef7aa9172adbd7fa152bacae
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-19 05:27:33 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-19 05:59:44 +0000
devel/tinycbor: Cosmetic change
---
devel/tinycbor/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/devel/tinycbor/Makefile b/devel/tinycbor/Makefile
index 47622645f047..d47e9dafd8e1 100644
--- a/devel/tinycbor/Makefile
+++ b/devel/tinycbor/Makefile
@@ -14,14 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libcjson.so:devel/libcjson
USES= gmake localbase pathfix
-USE_GITHUB= yes
-GH_ACCOUNT= intel
INSTALL_TARGET= install-strip
MAKE_ARGS= SOVERSION=${PORTVERSION:R:R}
PLIST_SUB= PORTVERSION=${PORTVERSION}
+GH_ACCOUNT= intel
+USE_GITHUB= yes
+
do-configure:
@cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} configure
More information about the dev-commits-ports-all
mailing list