diff options
author | nsayer <nsayer@FreeBSD.org> | 2002-04-07 01:06:52 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2002-04-07 01:06:52 +0800 |
commit | cb9d889dfe7a2b688def1bb35b9a243c8eb4dc0a (patch) | |
tree | 779ed4161593b4e054ebe885aa0b1bb59f8b121f /net | |
parent | efe0a6cbc7a5ec993159d4bd171ab45c9cf83592 (diff) | |
download | freebsd-ports-gnome-cb9d889dfe7a2b688def1bb35b9a243c8eb4dc0a.tar.gz freebsd-ports-gnome-cb9d889dfe7a2b688def1bb35b9a243c8eb4dc0a.tar.zst freebsd-ports-gnome-cb9d889dfe7a2b688def1bb35b9a243c8eb4dc0a.zip |
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
Diffstat (limited to 'net')
-rw-r--r-- | net/poptop/Makefile | 27 | ||||
-rw-r--r-- | net/poptop/pkg-descr | 2 | ||||
-rw-r--r-- | net/poptop/pkg-plist | 2 |
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 |