From 4153837d22f3a2b45577adf18a2c49bab7cff23f Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 23 Jun 2024 14:38:55 +0200 Subject: [PATCH] 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