Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2024 13:00:01 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4153837d22f3 - main - math/mathex: fix plist when examples are deselected
Message-ID:  <202406231300.45ND01qi072170@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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