mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
aaae62c6e6
Jabber User Directory module PR: 37210 Submitted by: Sean Chittenden <sean@chittenden.org>
13 lines
309 B
Plaintext
13 lines
309 B
Plaintext
--- Makefile.orig Sun Apr 14 21:28:26 2002
|
|
+++ Makefile Sun Apr 14 21:53:11 2002
|
|
@@ -1,6 +1,7 @@
|
|
-include ../platform-settings
|
|
+INCDIR= ${PREFIX}/include/jabber
|
|
+include ${INCDIR}/platform-settings
|
|
|
|
-CFLAGS:=$(CFLAGS) -I../jabberd
|
|
+CFLAGS:=$(CFLAGS) -I${INCDIR}
|
|
|
|
jud_OBJECTS=jud.o jud_reg.o jud_search.o
|
|
|