diff options
Diffstat (limited to 'irc/onis/Makefile')
-rw-r--r-- | irc/onis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/onis/Makefile b/irc/onis/Makefile index b7c4bd4aec4a..77b982613c12 100644 --- a/irc/onis/Makefile +++ b/irc/onis/Makefile @@ -12,6 +12,7 @@ COMMENT= A script that converts IRC logfiles into an HTML statistics page USES= perl5 NO_BUILD= YES +NO_STAGE= yes do-install: @if [ ! -d ${DATADIR} ]; then \ ${MKDIR} ${DATADIR}; \ |