aboutsummaryrefslogtreecommitdiffstats
path: root/irc/simpleirc
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-04 08:11:40 +0800
committeradamw <adamw@FreeBSD.org>2014-07-04 08:11:40 +0800
commitca35d6e203ab5dc35e3574ebdb57b3badd1bfa95 (patch)
tree30d5f1ae1e55ce564d037a65b0932481c309eba0 /irc/simpleirc
parent8c1f5c8be901fc3a33720a12ff6eb036b5908767 (diff)
downloadfreebsd-ports-gnome-ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95.tar.gz
freebsd-ports-gnome-ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95.tar.zst
freebsd-ports-gnome-ca35d6e203ab5dc35e3574ebdb57b3badd1bfa95.zip
Remove NOPORTDOCS and NOPORTEXAMPLES.
Diffstat (limited to 'irc/simpleirc')
-rw-r--r--irc/simpleirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/simpleirc/Makefile b/irc/simpleirc/Makefile
index 8b1db9d05a53..3c2f2825ea70 100644
--- a/irc/simpleirc/Makefile
+++ b/irc/simpleirc/Makefile
@@ -17,12 +17,12 @@ LICENSE= MIT
PLIST_FILES= bin/simpleirc man/man1/simpleirc.1.gz
PORTDOCS= README LICENSE
+OPTIONS_DEFINE= DOCS
+
post-install:
-.if !defined(NOPORTDOCS)
@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
@${INSTALL_MAN} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>