aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xdialog
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-01-10 04:41:40 +0800
committervanilla <vanilla@FreeBSD.org>2001-01-10 04:41:40 +0800
commit48792b72c53f33df7f19c340340be81d777d2b56 (patch)
treedd35c3b76083aab34fb56aba9ade2cd2bcd8b76c /x11/xdialog
parent82a6deaa2a9eaf0f2e3ff15f0a269ea1e98a8f2b (diff)
downloadfreebsd-ports-gnome-48792b72c53f33df7f19c340340be81d777d2b56.tar.gz
freebsd-ports-gnome-48792b72c53f33df7f19c340340be81d777d2b56.tar.zst
freebsd-ports-gnome-48792b72c53f33df7f19c340340be81d777d2b56.zip
Fix logic problem.
Submitted by: maintainer
Diffstat (limited to 'x11/xdialog')
-rw-r--r--x11/xdialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile
index a4a753c92392..c8f83b8277ae 100644
--- a/x11/xdialog/Makefile
+++ b/x11/xdialog/Makefile
@@ -24,7 +24,7 @@ NODOCS= "@comment "
PLIST_SUB= NOPORTDOCS=${NODOCS}
-.if defined(NOPORTDOCS)
+.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/${PORTNAME}
${CP} ${WRKSRC}/html/* ${PREFIX}/share/${PORTNAME}