git: 4153837d22f3 - main - math/mathex: fix plist when examples are deselected
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jun 2024 13:00:01 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=4153837d22f3a2b45577adf18a2c49bab7cff23f commit 4153837d22f3a2b45577adf18a2c49bab7cff23f Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2024-06-23 12:38:55 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2024-06-23 12:58:40 +0000 math/mathex: fix plist when examples are deselected Reported by: Daniel Engberg --- math/mathex/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/mathex/Makefile b/math/mathex/Makefile index 23d25c78e645..78b5e0e1d93e 100644 --- a/math/mathex/Makefile +++ b/math/mathex/Makefile @@ -4,7 +4,7 @@ CATEGORIES= math science devel MASTER_SITES= SF/sscilib/mathex MAINTAINER= thierry@FreeBSD.org -COMMENT= C++ library fo parse/evaluate mathematical expressions +COMMENT= C++ library to parse/evaluate mathematical expressions WWW= https://sscilib.sourceforge.net/ LICENSE= LGPL21 @@ -21,7 +21,7 @@ USE_LDCONFIG= yes PLIST_FILES= ${PREFIX}/include/mathex.h \ ${PREFIX}/lib/lib${PORTNAME}.so \ ${PREFIX}/lib/lib${PORTNAME}.so.0 -PLIST_FILES+= ${PROGS:C|^|${PREFIX}/bin/|} +EXAMPLES_PLIST_FILES= ${PROGS:C|^|${PREFIX}/bin/|} PROGS= curvetest inttest tabletest userfunctest