freebsd-ports/news/leafnode+/files/patch-ac
Pierre Beyssac df23d06db4 Enable IPv6.
PR:		ports/54538
Submitted by:	sam@rfc1149.net
2003-07-16 12:04:38 +00:00

52 lines
1.2 KiB
Text

--- Makefile.orig Fri Jun 13 05:06:46 2003
+++ Makefile Wed Jul 16 12:53:25 2003
@@ -11,19 +11,19 @@
#AR = ar
#RANLIB = ranlib
# Programs for distribution.
-CP = cp
-CHMOD = chmod
-CHOWN = chown
-GZIP = gzip -f9
-MKDIR = mkdir -p
-RM = rm -f
-SED = sed
-TAR = tar
+#CP = cp
+#CHMOD = chmod
+#CHOWN = chown
+#GZIP = gzip -f9
+#MKDIR = mkdir -p
+#RM = rm -f
+#SED = sed
+#TAR = tar
#
# You can specify the place programs are installed.
-PREFIX = /usr/local
-BINDIR = $(PREFIX)/sbin
-MANDIR = $(PREFIX)/man
+#PREFIX = /usr/local
+#BINDIR = $(PREFIX)/sbin
+#MANDIR = $(PREFIX)/man
#
# If you want to build with debugging, use below.
#CFLAGS += -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes
@@ -64,15 +64,15 @@
#CFLAGS += -DDONTSTRICTDATEFORMAT
#
# If you want to use IPv6, use below. It may work.
-#CFLAGS += -DINET6
+CFLAGS += -DINET6
#LIBS += -L/usr/local/v6/lib -linet6
#
# This is the directory where the news is stored.
-SPOOLDIR = /var/spool/news
+SPOOLDIR = @SPOOLDIR@
#
# This is the directory where the configuration and group information is
# kept. It should preferably not be on the same partition as spooldir
-LIBDIR = /var/leafnode
+LIBDIR = @LIBDIR@
#
# These are about local library.
LIBUTIL = libutil.a