diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-04 17:26:52 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-04 17:26:52 +0000 |
commit | 90f52b3e1df2093ffc296af13d101d21b95abd77 (patch) | |
tree | 39c3beeab9d8c0db2aaff2ea71c5189c2838bfb1 /irc/rbot | |
parent | 54063eff333ec621ed9404340b54929fd373b4e6 (diff) | |
download | ports-90f52b3e1df2093ffc296af13d101d21b95abd77.tar.gz ports-90f52b3e1df2093ffc296af13d101d21b95abd77.zip |
Notes
Diffstat (limited to 'irc/rbot')
-rw-r--r-- | irc/rbot/Makefile | 8 |
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> |