aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2002-04-06 17:06:52 +0000
committerNick Sayer <nsayer@FreeBSD.org>2002-04-06 17:06:52 +0000
commit64459e5206c3b323e0df429c3ff0dd937c48e604 (patch)
tree5d5d4e6e7a6246b2d5edacddc8ac8799733eae14 /net
parent0a8e4d6fa6e4a5669a66b370dcc84c75f66a35a1 (diff)
downloadports-64459e5206c3b323e0df429c3ff0dd937c48e604.tar.gz
ports-64459e5206c3b323e0df429c3ff0dd937c48e604.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/poptop/Makefile27
-rw-r--r--net/poptop/pkg-descr2
-rw-r--r--net/poptop/pkg-plist2
3 files changed, 17 insertions, 14 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index 56eb839a0901..a12a519e8fb6 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -5,22 +5,25 @@
# $FreeBSD$
#
-PORTNAME= poptop
-PORTVERSION= 1.1.2
-CATEGORIES= net
-MASTER_SITES= http://poptop.lineo.com/releases/
-DISTNAME= pptpd-${PORTVERSION}
+PORTNAME= poptop
+PORTVERSION= 1.1.2
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= nsayer
+DISTNAME= pptpd-${PORTVERSION}
-MAINTAINER= nsayer@freebsd.org
+MAINTAINER= nsayer@freebsd.org
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-bsdppp
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-bsdppp
-MAN5= pptpd.conf.5
-MAN8= pptpd.8 pptpctrl.8
+MAN5= pptpd.conf.5
+MAN8= pptpd.8 pptpctrl.8
post-install:
- ${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf ${PREFIX}/etc/pptpd.conf.sample
- ${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh
+ ${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf \
+ ${PREFIX}/etc/pptpd.conf.sample
+ ${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh \
+ ${PREFIX}/etc/rc.d/pptpd.sh.sample
.include <bsd.port.mk>
diff --git a/net/poptop/pkg-descr b/net/poptop/pkg-descr
index 1561b681c18f..0b4ea4dc193b 100644
--- a/net/poptop/pkg-descr
+++ b/net/poptop/pkg-descr
@@ -1,4 +1,4 @@
PoPToP is a PPTP daemon. It is compatible with the Microsoft Windows
VPN adapter.
-WWW: http://poptop.lineo.com/
+WWW: http://www.poptop.org/
diff --git a/net/poptop/pkg-plist b/net/poptop/pkg-plist
index 8cd64f5b55d5..276fe4c72f18 100644
--- a/net/poptop/pkg-plist
+++ b/net/poptop/pkg-plist
@@ -1,4 +1,4 @@
sbin/pptpd
sbin/pptpctrl
etc/pptpd.conf.sample
-etc/rc.d/pptpd.sh
+etc/rc.d/pptpd.sh.sample