summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/poptop/Makefile1
-rw-r--r--net/poptop/files/patch-aa2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index 225a671ab7a7..65ea3afadea0 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -7,6 +7,7 @@
PORTNAME= poptop
PORTVERSION= 1.1.3
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= poptop
diff --git a/net/poptop/files/patch-aa b/net/poptop/files/patch-aa
index adf68bc67653..cec44ad6f0c8 100644
--- a/net/poptop/files/patch-aa
+++ b/net/poptop/files/patch-aa
@@ -5,7 +5,7 @@
#define PPP_SPEED_DEFAULT "115200"
+#ifdef __FreeBSD__
-+#define PPTPD_CONFIG_FILE_DEFAULT ETCDIR "pptpd.conf"
++#define PPTPD_CONFIG_FILE_DEFAULT ETCDIR "/pptpd.conf"
+#else
#if EMBED
#define PPTPD_CONFIG_FILE_DEFAULT "/etc/config/pptpd.conf"