freebsd-ports/x11/tycoon/files/patch-ab
FUJISHIMA Satsuki 43a2aac35f 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
2000-12-30 18:37:03 +00:00

17 lines
671 B
Plaintext

--- tycoon/Imakefile.orig Fri Jun 14 03:20:52 1996
+++ tycoon/Imakefile Wed Nov 1 08:18:43 2000
@@ -26,10 +26,10 @@
VERSION=1.07o
SRCS = wiconsh.c blip.c tycoon.c main.c DragAndDrop.c menu.c
OBJS = wiconsh.o blip.o tycoon.o main.o DragAndDrop.o menu.o
-EXTRA_LIBRARIES = -L/usr/local/lib -L/users/matar/interu/segel/mitnits/lib -lXpm
-EXTRA_INCLUDES = -I/usr/local/include -I/users/matar/interu/segel/mitnits/lib -I.
+EXTRA_LIBRARIES = -lXpm
+EXTRA_INCLUDES = -I.
EXTRA_DEFINES = -DVERSION=\"$(VERSION)\"
LDLIBS = $(EXTRA_LIBRARIES) $(XAWLIB) $(XMULIB) \
$(XTOOLLIB) $(EXTENSIONLIB) $(XLIB)
-ComplexProgramTarget(tycoon)
+ComplexProgramTargetNoMan(tycoon)