aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2012-07-31 21:25:26 +0800
committermakc <makc@FreeBSD.org>2012-07-31 21:25:26 +0800
commitfc03d91cfdc9e528840e144597dd51c73bd75eac (patch)
tree7168669dad481efe0134b1493910c362b8b2793b /textproc
parent7ab7033c1457e604dea3c04c07d25e542c7577d4 (diff)
downloadfreebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.gz
freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.tar.zst
freebsd-ports-gnome-fc03d91cfdc9e528840e144597dd51c73bd75eac.zip
Fix typo/logic after conversion to new option framework
Reported by: erwin/pointyhat for textproc/qstardict
Diffstat (limited to 'textproc')
-rw-r--r--textproc/qstardict/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qstardict/Makefile b/textproc/qstardict/Makefile
index f8837c75b243..2e8275a777c1 100644
--- a/textproc/qstardict/Makefile
+++ b/textproc/qstardict/Makefile
@@ -42,7 +42,7 @@ QMAKE_ARGS+= NO_DBUS=1
post-patch:
@${REINPLACE_CMD} -e "s|/usr|${PREFIX}|g" \
${WRKSRC}/qstardict.pri
-.if ${PORT_OPTIONS:MDOCS}
+.if !${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e "/^INSTALLS/s|docs||g" \
${WRKSRC}/qstardict.pro
.endif