mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
e88031e534
Install the newly bundled tools: mailutil, dmail and tmail. Tidy. Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext passwords. Pointy hat to: dougb
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
--- src/mlock/Makefile.orig Wed Nov 27 04:06:19 2002
|
|
+++ src/mlock/Makefile Wed Nov 27 04:09:37 2002
|
|
@@ -22,8 +22,7 @@
|
|
|
|
# Get local definitions from c-client directory
|
|
|
|
-CC = `cat $C/CCTYPE`
|
|
-CFLAGS = `cat $C/CFLAGS`
|
|
+CFLAGS+= -DNFSKLUDGE
|
|
|
|
all: mlock
|
|
|