1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

cad/py-csxcad: Correct COMMENT

This commit is contained in:
Yuri Victorovich 2024-08-28 08:25:34 -07:00
parent 17a9a3ddba
commit 55e421801e

View File

@ -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