summaryrefslogtreecommitdiff
path: root/x11/tycoon/files/patch-ac
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 18:37:03 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2000-12-30 18:37:03 +0000
commit43a2aac35f85c9152af8a6952b8ebd45c0ffcc86 (patch)
treedbc6fbb29a909ef8dcb58dfbf24059149806b9b4 /x11/tycoon/files/patch-ac
parentuse ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4. (diff)
use ComplexProgramTargetNoMan to avoid making html manpage with XFree86-4.
pre-install -> post-build to make reinstall target working. change maintainer to ports@ due to maintainer does not have FreeBSD box anymore. PR: 23444 Submitted by: myself
Diffstat (limited to 'x11/tycoon/files/patch-ac')
-rw-r--r--x11/tycoon/files/patch-ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/tycoon/files/patch-ac b/x11/tycoon/files/patch-ac
index 2ed0d30ea21b..c4c4fc7ec862 100644
--- a/x11/tycoon/files/patch-ac
+++ b/x11/tycoon/files/patch-ac
@@ -1,5 +1,5 @@
---- xbackdrop/Imakefile.orig Sat Mar 9 05:41:13 1996
-+++ xbackdrop/Imakefile Sun Nov 23 20:36:15 1997
+--- xbackdrop/Imakefile.orig Sat Mar 9 22:41:13 1996
++++ xbackdrop/Imakefile Wed Nov 1 08:19:17 2000
@@ -1,24 +1,28 @@
-XBACKDROP_DIR = /usr/lib/X11/backdrops
+XCOMM
@@ -24,7 +24,8 @@
EXTRA_DEFINES = -DXBACKDROP_DIR=\"$(XBACKDROP_DIR)\"
LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB)
- ComplexProgramTarget(xbackdrop)
+-ComplexProgramTarget(xbackdrop)
++ComplexProgramTargetNoMan(xbackdrop)
-install:: xbackdrop @@\
+install:: xbackdrop @@\