aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>2002-09-24 19:44:50 +0800
committeralex <alex@FreeBSD.org>2002-09-24 19:44:50 +0800
commit1eb703304b8ab05ff58b11605388850c3a627a4d (patch)
tree63920d6d33e804b1f0943604f97179a82e755636
parent57b572998df6e24a5edfa2fe01a3b93c78398eef (diff)
downloadfreebsd-ports-gnome-1eb703304b8ab05ff58b11605388850c3a627a4d.tar.gz
freebsd-ports-gnome-1eb703304b8ab05ff58b11605388850c3a627a4d.tar.zst
freebsd-ports-gnome-1eb703304b8ab05ff58b11605388850c3a627a4d.zip
Don't try to build a manpage.
Submitted by: bento
-rw-r--r--audio/wmcdplay/files/patch-ab18
1 files changed, 4 insertions, 14 deletions
diff --git a/audio/wmcdplay/files/patch-ab b/audio/wmcdplay/files/patch-ab
index f05e06938fe5..444321a50916 100644
--- a/audio/wmcdplay/files/patch-ab
+++ b/audio/wmcdplay/files/patch-ab
@@ -1,18 +1,8 @@
---- Imakefile.orig Sat Sep 5 08:11:26 1998
-+++ Imakefile Sun Sep 8 13:24:11 2002
-@@ -5,4 +5,14 @@
+--- Imakefile.orig Sat Sep 5 17:11:26 1998
++++ Imakefile Tue Sep 24 13:43:57 2002
+@@ -5,4 +5,4 @@
SRCS = wmcdplay.cc
OBJS = wmcdplay.o
-ComplexProgramTarget(wmcdplay)
-+PROGRAM = wmcdplay
-+AllTarget(wmcdplay)
-+
-+ProgramTargetName(wmcdplay): $(OBJS) $(DEPLIBS)
-+ RemoveTargetProgram(wmcdplay)
-+ CplusplusLinkRule($@,$(LDOPTIONS),$(OBJS),$(LOCAL_LIBRARIES) $(LDLIBS))
-+
-+DependTarget()
-+LintTarget()
-+clean::
-+ RemoveFile(ProgramTargetName(wmcdplay))
++ComplexProgramTargetNoMan(wmcdplay)