diff options
author | brnrd <brnrd@FreeBSD.org> | 2016-03-07 04:08:50 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2016-03-07 04:08:50 +0800 |
commit | ce46b87ec09451c2d97f6ccd9d222db48e73c538 (patch) | |
tree | 91649bf487ac3b691bb5f3f7d8c5ff08e38f4964 /irc/ircd-ratbox | |
parent | 07c69b4984f316d8436de64ee62fc0cdfed9909c (diff) | |
download | freebsd-ports-gnome-ce46b87ec09451c2d97f6ccd9d222db48e73c538.tar.gz freebsd-ports-gnome-ce46b87ec09451c2d97f6ccd9d222db48e73c538.tar.zst freebsd-ports-gnome-ce46b87ec09451c2d97f6ccd9d222db48e73c538.zip |
irc/ircd-ratbox: Fix build failure with SHORTCUTS enabled
- bsd.port.options.mk must be included before targets are defined
Reviewed by: feld (mentor)
Approved by: feld (mentor)
Differential Revision: D5479
MFH: 2016Q1
Diffstat (limited to 'irc/ircd-ratbox')
-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." |