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 /textproc/metauml | |
parent | e1bfdfbe5665c963621e06f6bbfbbc2c000a804e (diff) | |
download | ports-4a3bebcae1b693cbd2080fc861c87e36af4f8bc4.tar.gz ports-4a3bebcae1b693cbd2080fc861c87e36af4f8bc4.zip |
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 'textproc/metauml')
-rw-r--r-- | textproc/metauml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/metauml/Makefile b/textproc/metauml/Makefile index 0037645a2af5..4ab469808690 100644 --- a/textproc/metauml/Makefile +++ b/textproc/metauml/Makefile @@ -32,7 +32,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_lib PORTDOCS= ${PORTNAME}_manual_${PORTVERSION}.pdf PORTEXAMPLES= *.1 *.jpg *.mp lop lop.html lop.pdf lop.tex -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS EXAMPLES do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MPDIR} |