diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:15:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:15:47 +0000 |
commit | 4a3bebcae1b693cbd2080fc861c87e36af4f8bc4 (patch) | |
tree | 3c6875e1915991a70b5d02b799e17418d20b218a /math/xgraph | |
parent | Add DOCS options to ports that should have one. (diff) |
Add EXAMPLES options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes
Notes:
svn path=/head/; revision=479407
Diffstat (limited to 'math/xgraph')
-rw-r--r-- | math/xgraph/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile index 62424b4785f2..46282e420020 100644 --- a/math/xgraph/Makefile +++ b/math/xgraph/Makefile @@ -20,6 +20,8 @@ USES= imake tar:Z USE_XORG= x11 xext WRKSRC= ${WRKDIR}/${PORTNAME} +OPTIONS_DEFINE= EXAMPLES + post-extract: @${SED} -ne '2,19 {s|^ \* *||;p;}' < ${WRKSRC}/copyright.h > ${WRKSRC}/COPYING |