aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2006-08-03 20:41:41 +0800
committerkrion <krion@FreeBSD.org>2006-08-03 20:41:41 +0800
commitc755124d75095dade2c3a79e3972323cfaaecbac (patch)
tree91092b9f5acbcd35d5bbb1df1f5cda73cd6fb525 /misc
parent65adb96a6d25e6a8a08e58db99ef964bdb637151 (diff)
downloadfreebsd-ports-gnome-c755124d75095dade2c3a79e3972323cfaaecbac.tar.gz
freebsd-ports-gnome-c755124d75095dade2c3a79e3972323cfaaecbac.tar.zst
freebsd-ports-gnome-c755124d75095dade2c3a79e3972323cfaaecbac.zip
Fix build on pointyhat and prevent gohans loop.
Submitted by: erwin Pointyhat winners are: miwi, krion
Diffstat (limited to 'misc')
-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)