diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-03-06 20:08:50 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-03-06 20:08:50 +0000 |
commit | e69755b974a01898d9019014105793cedec1b38f (patch) | |
tree | 91649bf487ac3b691bb5f3f7d8c5ff08e38f4964 /irc | |
parent | 8be19dc2f24cf43e1de0d3ffd56f055614f9a742 (diff) |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-ratbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-ratbox/Makefile b/irc/ircd-ratbox/Makefile index 6fdbdf56571b..aaf14bc0b19b 100644 --- a/irc/ircd-ratbox/Makefile +++ b/irc/ircd-ratbox/Makefile @@ -83,6 +83,7 @@ CONFIGURE_ARGS+= --with-nicklen=${NICKLEN} .endif #----------------------------------------------------------------------- +.include <bsd.port.options.mk> post-patch: .if !defined(WITH_DEBUG) @@ -129,7 +130,6 @@ pre-build: -e "s#%%WRKSRC%%#${WRKSRC}#g" ${WRKSRC}/contrib/ircd-shortcut.pl # ----- Execute ircd-shortcut perl script to generate the .c file. ----- -.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSHORTCUTS} @${ECHO_MSG} "Executing ircd-shortcut.pl for ircd-shortcuts generation." |