aboutsummaryrefslogtreecommitdiffstats
path: root/net/poptop
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2002-09-12 02:54:18 +0800
committernsayer <nsayer@FreeBSD.org>2002-09-12 02:54:18 +0800
commitdbc0097e6f1e2ba039259ad013c613e0da48e6f4 (patch)
tree35c4023f632a6105927cb10755ada0a9c12ec835 /net/poptop
parent3a5fac49092d2eee33b4a574ffbec9b9b2cc8843 (diff)
downloadfreebsd-ports-gnome-dbc0097e6f1e2ba039259ad013c613e0da48e6f4.tar.gz
freebsd-ports-gnome-dbc0097e6f1e2ba039259ad013c613e0da48e6f4.tar.zst
freebsd-ports-gnome-dbc0097e6f1e2ba039259ad013c613e0da48e6f4.zip
Oops. The path to the config file ended up missing a /. Bump
portrevision and fix. Submitted by: Mike Harding
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"