summaryrefslogtreecommitdiff
path: root/chat/emech/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-01-07 21:39:49 +0000
committerrillig <rillig>2006-01-07 21:39:49 +0000
commit2c0463526d4bbe5b21264dd17e6d7491962d3f03 (patch)
treeb359f82eb7cfc9891bd0053f76230a894fcfe299 /chat/emech/Makefile
parent31f98494f8dc2615328c7966c9e4446ab552d18e (diff)
downloadpkgsrc-2c0463526d4bbe5b21264dd17e6d7491962d3f03.tar.gz
Provide the configure script with an empty input file instead of feeding
a line of "\\n" to it.
Diffstat (limited to 'chat/emech/Makefile')
-rw-r--r--chat/emech/Makefile6
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