summaryrefslogtreecommitdiff
path: root/net/poptop
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/poptop
parent- Update checksum for imap-utils.tar.Z. Licenses updated, also some (diff)
Looks like the master site is gone, and the new sourceforge project only
has the 1.0.1 version available. Rather than backtrack, we'll host our own copy of the 1.1.2 code. Diffing the two appears (to me) to make this worthwhile for now. PR: 36239 Submitted by: dominic_marks@btinternet.com
Notes
Notes: svn path=/head/; revision=57371
Diffstat (limited to 'net/poptop')
-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