View | Details | Raw Unified | Return to bug 207265
Collapse All | Expand All

(-)irc/ircd-ratbox/Makefile (-2 / +2 lines)
Lines 84-89 Link Here
84
84
85
#-----------------------------------------------------------------------
85
#-----------------------------------------------------------------------
86
86
87
.include <bsd.port.options.mk>
88
87
post-patch:
89
post-patch:
88
.if !defined(WITH_DEBUG)
90
.if !defined(WITH_DEBUG)
89
	${REINPLACE_CMD} 's|@INSTALL@|@INSTALL@ -s|' ${WRKSRC}/install-mod.sh.in
91
	${REINPLACE_CMD} 's|@INSTALL@|@INSTALL@ -s|' ${WRKSRC}/install-mod.sh.in
Lines 129-136 Link Here
129
		-e "s#%%WRKSRC%%#${WRKSRC}#g" ${WRKSRC}/contrib/ircd-shortcut.pl
131
		-e "s#%%WRKSRC%%#${WRKSRC}#g" ${WRKSRC}/contrib/ircd-shortcut.pl
130
132
131
# ----- Execute ircd-shortcut perl script to generate the .c file. -----
133
# ----- Execute ircd-shortcut perl script to generate the .c file. -----
132
.include <bsd.port.options.mk>
133
134
.if ${PORT_OPTIONS:MSHORTCUTS}
134
.if ${PORT_OPTIONS:MSHORTCUTS}
135
	@${ECHO_MSG} "Executing ircd-shortcut.pl for ircd-shortcuts generation."
135
	@${ECHO_MSG} "Executing ircd-shortcut.pl for ircd-shortcuts generation."
136
	${PERL} ${WRKSRC}/contrib/ircd-shortcut.pl
136
	${PERL} ${WRKSRC}/contrib/ircd-shortcut.pl

Return to bug 207265