aboutsummaryrefslogtreecommitdiff
path: root/irc/ircd-ratbox
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2016-03-06 20:08:50 +0000
committerBernard Spil <brnrd@FreeBSD.org>2016-03-06 20:08:50 +0000
commite69755b974a01898d9019014105793cedec1b38f (patch)
tree91649bf487ac3b691bb5f3f7d8c5ff08e38f4964 /irc/ircd-ratbox
parent8be19dc2f24cf43e1de0d3ffd56f055614f9a742 (diff)
downloadports-e69755b974a01898d9019014105793cedec1b38f.tar.gz
ports-e69755b974a01898d9019014105793cedec1b38f.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
Notes
Notes: svn path=/head/; revision=410482
Diffstat (limited to 'irc/ircd-ratbox')
-rw-r--r--irc/ircd-ratbox/Makefile2
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."