diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2001-08-08 15:18:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2001-08-08 15:18:07 +0000 |
commit | c9da1c57897c5ae8df87c22aa1b2a067b8b80124 (patch) | |
tree | 8327fdf7590e2594bfd13d69946c50033915adb5 /misc/heyu2 | |
parent | Update to version 1.1 (diff) |
Mark IS_INTERACTIVE -- install.sh asks questions (and goes
into an infinite loop).
Notes
Notes:
svn path=/head/; revision=45965
Diffstat (limited to 'misc/heyu2')
-rw-r--r-- | misc/heyu2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index dd2b75d46e0a..96285548d196 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= plambert@plambert.net +IS_INTERACTIVE= yes ALL_TARGET= heyu WRKSRC= ${WRKDIR}/heyu.dir |