aboutsummaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-09-04 17:26:52 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-09-04 17:26:52 +0000
commit90f52b3e1df2093ffc296af13d101d21b95abd77 (patch)
tree39c3beeab9d8c0db2aaff2ea71c5189c2838bfb1 /irc
parent54063eff333ec621ed9404340b54929fd373b4e6 (diff)
downloadports-90f52b3e1df2093ffc296af13d101d21b95abd77.tar.gz
ports-90f52b3e1df2093ffc296af13d101d21b95abd77.zip
Notes
Diffstat (limited to 'irc')
-rw-r--r--irc/rbot/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile
index 32fd8d396164..0c1ea27259f4 100644
--- a/irc/rbot/Makefile
+++ b/irc/rbot/Makefile
@@ -25,9 +25,13 @@ SUB_FILES= pkg-message
PORTDOCS= README REQUIREMENTS ChangeLog
+.include <bsd.port.pre.mk>
+
post-install:
- @${MKDIR} ${DOCSDIR}
+.if !defined(NOPORTDOCS)
+ ${INSTALL} -d ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>