aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2013-03-06 01:24:04 +0800
committerwxs <wxs@FreeBSD.org>2013-03-06 01:24:04 +0800
commit015a8c2aaf323e236b4b864982f9db2e9b644cbd (patch)
treecb77a9f3a2f50a5f1df2d48ff3132ce17334e443 /astro
parent62f87b914fe106e284ae2b5f68f34703c0e2d16e (diff)
downloadfreebsd-ports-gnome-015a8c2aaf323e236b4b864982f9db2e9b644cbd.tar.gz
freebsd-ports-gnome-015a8c2aaf323e236b4b864982f9db2e9b644cbd.tar.zst
freebsd-ports-gnome-015a8c2aaf323e236b4b864982f9db2e9b644cbd.zip
Fix inverted logic in r310100.
Noticed by: makc@
Diffstat (limited to 'astro')
-rw-r--r--astro/wcslib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wcslib/Makefile b/astro/wcslib/Makefile
index 35e1bcd9b7c7..22afdd2d9098 100644
--- a/astro/wcslib/Makefile
+++ b/astro/wcslib/Makefile
@@ -46,7 +46,7 @@ post-patch:
${WRKSRC}/GNUmakefile
post-install:
-.if ! ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README COPYING COPYING.LESSER wcslib.pdf ${DOCSDIR})
@${MKDIR} ${DOCSDIR}/html