git: 55e421801efe - main - cad/py-csxcad: Correct COMMENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Aug 2024 15:25:54 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=55e421801efe826ed9dc49eb31875121839ea5b9 commit 55e421801efe826ed9dc49eb31875121839ea5b9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-28 15:25:34 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-28 15:25:34 +0000 cad/py-csxcad: Correct COMMENT --- cad/py-csxcad/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cad/py-csxcad/Makefile b/cad/py-csxcad/Makefile index ea0d0678d6b5..4ec94bcf0e74 100644 --- a/cad/py-csxcad/Makefile +++ b/cad/py-csxcad/Makefile @@ -5,7 +5,7 @@ CATEGORIES= cad PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= C++ library to describe geometrical objects +COMMENT= Python binding for csxcad, C++ library to describe geometrical objects WWW= https://github.com/thliebig/CSXCAD LICENSE= GPLv3 @@ -25,7 +25,7 @@ CFLAGS+= -I${WRKSRC} WRKSRC_SUBDIR= python post-patch: - @${CP} ${WRKSRC}/../src/*.h ${WRKSRC}/CSXCAD + @${CP} ${WRKSRC}/../src/*.h ${WRKSRC}/CSXCAD post-install: .for name in CSPrimitives CSProperties CSRectGrid CSTransform CSXCAD ParameterObjects Utilities