summaryrefslogtreecommitdiff
path: root/audio/xtuner
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 19:01:29 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 19:01:29 +0000
commit7605b55c6d6920945e17a2e554843bd81d5d5884 (patch)
tree15f4bb429236fa8a7cf6b4ad378e625b96f887c5 /audio/xtuner
parentuse ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4. (diff)
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
honor CC. PR: 23510 Submitted by: myself Approved by: maintainer
Notes
Notes: svn path=/head/; revision=36474
Diffstat (limited to 'audio/xtuner')
-rw-r--r--audio/xtuner/Makefile1
-rw-r--r--audio/xtuner/files/patch-ab19
2 files changed, 15 insertions, 5 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile
index 6d4085586ce2..296b56d00348 100644
--- a/audio/xtuner/Makefile
+++ b/audio/xtuner/Makefile
@@ -17,6 +17,5 @@ LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
USE_IMAKE= YES
USE_XPM= YES
-NO_INSTALL_MANPAGES= YES
.include <bsd.port.mk>
diff --git a/audio/xtuner/files/patch-ab b/audio/xtuner/files/patch-ab
index bd82f28a5387..7aba581cc857 100644
--- a/audio/xtuner/files/patch-ab
+++ b/audio/xtuner/files/patch-ab
@@ -1,8 +1,11 @@
---- Imakefile.orig Sat Sep 18 11:34:00 1999
-+++ Imakefile Sat Sep 18 11:34:39 1999
-@@ -27,7 +27,11 @@
+--- Imakefile.orig Fri Dec 20 04:31:12 1996
++++ Imakefile Sun Dec 10 17:12:58 2000
+@@ -25,9 +25,13 @@
+ */
+
#if defined (FreeBSDArchitecture)
- CC= gcc
+- CC= gcc
++XCOMM CC= gcc
EXTRA_DEFINES= -D_HAVE_PARAM_H
+#if defined (AlphaArchitecture)
+ LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -lio
@@ -12,3 +15,11 @@
#else
CFLAGS= -O2 -m486
LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm
+@@ -55,6 +59,6 @@
+ callbacks.o \
+ led.o \
+
+-ComplexProgramTarget(xtuner)
++ComplexProgramTargetNoMan(xtuner)
+
+