diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-02-16 16:47:45 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-02-16 16:47:45 +0000 |
commit | 7ca0a0a8469831e1b7ff95b17442326ba9893d5b (patch) | |
tree | 8d7eef28deb72f0ed4c5272dc8cd5bc6be68b1a7 /comms/minicom | |
parent | fa7f46ed48a21c88d33bbf7c41eb7cd47d9272f6 (diff) | |
download | ports-7ca0a0a8469831e1b7ff95b17442326ba9893d5b.tar.gz ports-7ca0a0a8469831e1b7ff95b17442326ba9893d5b.zip |
Notes
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 2a896dfd1649..1b0e274bdbe2 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -60,7 +60,7 @@ post-install: ${CHMOD} 4511 ${PREFIX}/bin/minicom ${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/etc/minicom ${CHOWN} uucp ${PREFIX}/etc/minicom -.if !${PORT_OPTIONS:MDOCS} +.if ${PORT_OPTIONS:MDOCS} ${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}/ |