diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-01-09 20:41:40 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-01-09 20:41:40 +0000 |
commit | 48792b72c53f33df7f19c340340be81d777d2b56 (patch) | |
tree | dd35c3b76083aab34fb56aba9ade2cd2bcd8b76c /x11/xdialog | |
parent | 82a6deaa2a9eaf0f2e3ff15f0a269ea1e98a8f2b (diff) | |
download | FreeBSD-ports-48792b72c53f33df7f19c340340be81d777d2b56.zip FreeBSD-ports-48792b72c53f33df7f19c340340be81d777d2b56.tar.gz |
Fix logic problem.
Submitted by: maintainer
Diffstat (limited to 'x11/xdialog')
-rw-r--r-- | x11/xdialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index a4a753c..c8f83b8 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} |