diff options
author | johans <johans@FreeBSD.org> | 2013-02-17 00:47:45 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-02-17 00:47:45 +0800 |
commit | 31478e7b466011b845679f670df8dae6799fc120 (patch) | |
tree | 8d7eef28deb72f0ed4c5272dc8cd5bc6be68b1a7 /comms | |
parent | d1df21e516c56693c2e83e14ec02795980ced39f (diff) | |
download | freebsd-ports-gnome-31478e7b466011b845679f670df8dae6799fc120.tar.gz freebsd-ports-gnome-31478e7b466011b845679f670df8dae6799fc120.tar.zst freebsd-ports-gnome-31478e7b466011b845679f670df8dae6799fc120.zip |
Correct Previous NOPORTDOCS Logic
PR: ports/176140
Submitted by: Jarrod Sayers <jarrod@downtools.com.au>
Diffstat (limited to 'comms')
-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}/ |