69ab9abe13
2. Don't use their CFLAGS, add the really important stuff with += instead 3. Move the MASTER_SITE and WWW. This port is still FORBIDDEN, IMHO, since so far as I know the FreeBSD userland ppp doesn't do MPPE encryption and the mpd-netgraph stuff does. What is the use of a vpn that does no encryption? *BUT* If I am wrong or if someone can add MPPE to the userland ppp, I will de-FORBIDDEN this port.
12 lines
443 B
Plaintext
12 lines
443 B
Plaintext
--- Makefile.in.orig Tue Oct 5 19:26:04 1999
|
|
+++ Makefile.in Tue Oct 5 19:26:21 1999
|
|
@@ -74,7 +74,7 @@
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
|
|
|
INCLUDES = -I.
|
|
-CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"'
|
|
+CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"'
|
|
#CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
|
|
|
|
man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5
|