freebsd-ports/news/leafnode+/files/patch-ac
Tom Hukins fd23e4d892 Fix up problems due to earlier commit
Reviewed by:	Mike Harding <mvh@ix.netcom.com>
2001-07-07 19:42:25 +00:00

47 lines
1.1 KiB
Text

--- Makefile.orig Wed Jun 13 10:53:27 2001
+++ Makefile Sat Jul 7 11:33:58 2001
@@ -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
@@ -68,11 +68,11 @@
#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 = /usr/lib/leafnode
+LIBDIR = @LIBDIR@
#
# These are about local library.
LIBUTIL = libutil.a