diff options
Diffstat (limited to 'chat')
-rw-r--r-- | chat/emech/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chat/emech/Makefile b/chat/emech/Makefile index fd5ba5292aa..ec32743781e 100644 --- a/chat/emech/Makefile +++ b/chat/emech/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/07 21:39:49 rillig Exp $ # DISTNAME= emech-2.8.4 @@ -11,8 +11,10 @@ COMMENT= IRC bot written in C HAS_CONFIGURE= YES +# The ./configure script is interactive, but selects the default values +# when given no input. do-configure: - cd ${WRKSRC} && ${ECHO} "\n\n\n\n\n\n\n\n\n\n"|./configure + cd ${WRKSRC} && ./configure </dev/null post-install: ${INSTALL_PROGRAM} ${WRKSRC}/mech ${PREFIX}/bin |