diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-31 09:11:36 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-31 09:11:36 +0000 |
commit | 5abbad498e069ab15461eda39c88ea10c7d457bf (patch) | |
tree | 8e90016e52826ce06f4800bf2291aa9bab1186a2 | |
parent | Fix packaging. (diff) |
- Unbreak build
Reported by: pointyhat
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=315632
-rw-r--r-- | databases/rrdtool10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index e6263a9bb905..24547e1985c2 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -51,7 +51,7 @@ BROKEN= Does not build on ia64 .endif post-extract: -.if ${PORT_OPTIONS:MDOCS} +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ ${WRKSRC}/doc/Makefile.in .endif |