1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11/tycoon/files/patch-ae
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
550 B
Plaintext

--- fclock/Imakefile.orig Tue Sep 26 20:53:47 1995
+++ fclock/Imakefile Wed Nov 1 08:18:31 2000
@@ -1,9 +1,9 @@
SRCS = clock_main.c
OBJS = clock_main.o
-EXTRA_LIBRARIES = -L/usr/local/lib -lforms -lXpm -lm
-EXTRA_INCLUDES = -I/usr/local/include -I.
-EXTRA_DEFINES = -DICON_DIR=\"/usr/include/X11/pixmaps\"
+EXTRA_LIBRARIES = -lxforms -lXpm -lm
+EXTRA_INCLUDES = -I.
+EXTRA_DEFINES = -DICON_DIR=\"${INCDIR}/pixmaps/\"
LDLIBS = $(EXTRA_LIBRARIES) $(EXTENSIONLIB) $(XLIB)
-ComplexProgramTarget(fclock)
+ComplexProgramTargetNoMan(fclock)