mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
badca57123
Submitted by: Alex Perel <veers@disturbed.net> Reviewed by: cpiazza, obrien
12 lines
385 B
Plaintext
12 lines
385 B
Plaintext
--- compat/sendmail/Makefile.in.orig Sun Aug 29 18:26:10 1999
|
|
+++ compat/sendmail/Makefile.in Sun Aug 29 18:26:19 1999
|
|
@@ -21,7 +21,7 @@
|
|
LIB= -L$(TOPDIR)/libs -lzm -lzc
|
|
LIBDEB= $(TOPDIR)/libs/libtag
|
|
CFLAGS= $(COPTS) $(CPPFLAGS) $(DEFS) $(INCL) $(SENDMAIL_INCL)
|
|
-SENDMAILPATH= $(prefix)@SENDMAILPATH@
|
|
+SENDMAILPATH= @SENDMAILPATH@
|
|
|
|
SOURCE= sendmail.c
|
|
|