mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
43a2aac35f
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
17 lines
550 B
Plaintext
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)
|