summaryrefslogtreecommitdiff
path: root/net/poptop
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2002-09-11 18:54:18 +0000
committerNick Sayer <nsayer@FreeBSD.org>2002-09-11 18:54:18 +0000
commit67acef52517a76322ec8506701c8e76366953172 (patch)
treecaf8ec3477382947341ecd4d2f9941aae91e1374 /net/poptop
parent- Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into (diff)
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix. Submitted by: Mike Harding
Notes
Notes: svn path=/head/; revision=66163
Diffstat (limited to 'net/poptop')
-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"