diff options
-rw-r--r-- | cad/gspiceui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index 1f02f5e27be..a7389965ea3 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -58,7 +58,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/gspiceui ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gspiceui.1 ${MANPREFIX}/man/man1 -.if ${PORT_OPTIONs:MDOCS} +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for dir in html @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DOCSDIR} \ |