From 9734113c4ffe77e3b90cf9b674550f66e822f008 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 9 Jan 2001 20:41:40 +0000 Subject: Fix logic problem. Submitted by: maintainer --- x11/xdialog/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/xdialog') 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} -- cgit v1.2.3