diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jerm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/jerm/Makefile b/comms/jerm/Makefile index 939d8f8774e4..4c20118ee084 100644 --- a/comms/jerm/Makefile +++ b/comms/jerm/Makefile @@ -42,7 +42,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/init.sh ${PREFIX}/libexec/jerm ${INSTALL_SCRIPT} ${WRKSRC}/rock.pl ${PREFIX}/libexec/jerm .endif -.if ${PORT_OPTIONS:MOCS} +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif |