diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-25 16:14:58 +0000 |
commit | 20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1 (patch) | |
tree | b54dbe88f1393a9b7d345fa226b1c0546c1e89eb /www/xapian-omega | |
parent | fecac8453dc4d205ce91d0075ab8aa2ec941e761 (diff) | |
download | ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.tar.gz ports-20c1eacf2bf58cbb06fd3ceb5c97dcbd11eaabe1.zip |
Notes
Diffstat (limited to 'www/xapian-omega')
-rw-r--r-- | www/xapian-omega/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 9232fded279f..9527607c9b35 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -50,7 +50,7 @@ post-patch: -e '/^dist_sysconf_DATA = /d' \ -e '/^pkglibbindir = / s| = .*$$| = ${WWWDIR}/cgi-bin|' \ ${WRKSRC}/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in .endif |