mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/mathex: fix plist when examples are deselected
Reported by: Daniel Engberg
This commit is contained in:
parent
7d10bd810b
commit
4153837d22
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ CATEGORIES= math science devel
|
||||||
MASTER_SITES= SF/sscilib/mathex
|
MASTER_SITES= SF/sscilib/mathex
|
||||||
|
|
||||||
MAINTAINER= thierry@FreeBSD.org
|
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/
|
WWW= https://sscilib.sourceforge.net/
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
@ -21,7 +21,7 @@ USE_LDCONFIG= yes
|
||||||
PLIST_FILES= ${PREFIX}/include/mathex.h \
|
PLIST_FILES= ${PREFIX}/include/mathex.h \
|
||||||
${PREFIX}/lib/lib${PORTNAME}.so \
|
${PREFIX}/lib/lib${PORTNAME}.so \
|
||||||
${PREFIX}/lib/lib${PORTNAME}.so.0
|
${PREFIX}/lib/lib${PORTNAME}.so.0
|
||||||
PLIST_FILES+= ${PROGS:C|^|${PREFIX}/bin/|}
|
EXAMPLES_PLIST_FILES= ${PROGS:C|^|${PREFIX}/bin/|}
|
||||||
|
|
||||||
PROGS= curvetest inttest tabletest userfunctest
|
PROGS= curvetest inttest tabletest userfunctest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue