summaryrefslogtreecommitdiff
path: root/misc/heyu
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2006-08-03 12:41:41 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2006-08-03 12:41:41 +0000
commit1e4b7174e8c8a30d8cfb46777baee486b0600919 (patch)
treefa21fae583988d4ac4517fdf5a5acc492ca0f8fe /misc/heyu
parent- Use MOZILLA_EXTENDED (diff)
Fix build on pointyhat and prevent gohans loop.
Submitted by: erwin Pointyhat winners are: miwi, krion
Notes
Notes: svn path=/head/; revision=169555
Diffstat (limited to 'misc/heyu')
-rw-r--r--misc/heyu/Makefile1
-rw-r--r--misc/heyu/files/patch-Makefile.in13
2 files changed, 13 insertions, 1 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile
index 7920f415f814..e26a3c193c11 100644
--- a/misc/heyu/Makefile
+++ b/misc/heyu/Makefile
@@ -18,7 +18,6 @@ COMMENT= Control a CM11A interface from the command line
CONFLICTS= heyu2-[0-9]*
-FOR_CDROM= yes
ALL_TARGET= heyu
WRKSRC= ${WRKDIR}/heyu.dir
diff --git a/misc/heyu/files/patch-Makefile.in b/misc/heyu/files/patch-Makefile.in
new file mode 100644
index 000000000000..f52bee0ef972
--- /dev/null
+++ b/misc/heyu/files/patch-Makefile.in
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- Makefile.in.orig
++++ Makefile.in
+@@ -46,7 +46,6 @@
+ chgrp $(GROUP) $(BIN)/heyu
+ chmod 755 $(BIN)/heyu
+ chown $(OWNER) $(BIN)/heyu
+- ./install.sh
+
+ $(BIN)/makesched: makesched
+ cp makesched $(BIN)