diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/scmxx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 0d2fcc08dacd..1dd314661e8d 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -34,7 +34,7 @@ post-patch: post-install: @${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} -..if ${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif |