diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-09 20:41:40 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-01-09 20:41:40 +0000 |
commit | 9734113c4ffe77e3b90cf9b674550f66e822f008 (patch) | |
tree | 9d42c021b64389a739ff5b1d2b92874008085506 /x11/xdialog | |
parent | c2c17f9d80332419c26e0e6b409df6c060908037 (diff) | |
download | ports-9734113c4ffe77e3b90cf9b674550f66e822f008.tar.gz ports-9734113c4ffe77e3b90cf9b674550f66e822f008.zip |
Notes
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 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} |