diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-31 17:11:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-31 17:11:36 +0800 |
commit | 76d0595f7ff3d7dc324c2637b79b0c2c4d221c0c (patch) | |
tree | 8e90016e52826ce06f4800bf2291aa9bab1186a2 /databases | |
parent | ec0230bbe7203b5b79a0237f4b5c9418ceb5a078 (diff) | |
download | freebsd-ports-gnome-76d0595f7ff3d7dc324c2637b79b0c2c4d221c0c.tar.gz freebsd-ports-gnome-76d0595f7ff3d7dc324c2637b79b0c2c4d221c0c.tar.zst freebsd-ports-gnome-76d0595f7ff3d7dc324c2637b79b0c2c4d221c0c.zip |
- Unbreak build
Reported by: pointyhat
Approved by: portmgr
Diffstat (limited to 'databases')
-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 |