summaryrefslogtreecommitdiff
path: root/net/poptop/Makefile
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2001-12-23 17:18:12 +0000
committerkim <kim@pkgsrc.org>2001-12-23 17:18:12 +0000
commit630505b840293d32c628e77070ca52328516d970 (patch)
tree915c0bd66bb487114317cfb47ef0f85769c86f71 /net/poptop/Makefile
parent6000f15f92ad60cc9a09c4591cd6e4dfdce88f4b (diff)
downloadpkgsrc-630505b840293d32c628e77070ca52328516d970.tar.gz
Upgrade to poptop-1.0.1 since the old distribution was no longer
available, you get an HTML page instead. Fixed a syntax error in configure.in that caused compilation to fail (even with the old version) due to gettext(3) not found (-lintl was dropped).
Diffstat (limited to 'net/poptop/Makefile')
-rw-r--r--net/poptop/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile
index cfa87dae9d1..4041fb8cb12 100644
--- a/net/poptop/Makefile
+++ b/net/poptop/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:27 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/23 17:18:12 kim Exp $
-DISTNAME= pptpd-1.0.0
-PKGNAME= poptop-1.0.0
+DISTNAME= pptpd-1.0.1
+PKGNAME= poptop-1.0.1
CATEGORIES= net
-MASTER_SITES= http://www.moretonbay.com/vpn/releases/
-EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.snapgear.com/poptop/
MAINTAINER= dbj@netbsd.org
-HOMEPAGE= http://www.moretonbay.com/vpn/pptp.html
+HOMEPAGE= http://www.snapgear.com/vpn/pptp.html
COMMENT= PPTP server which can support Microsoft VPN clients
GNU_CONFIGURE= yes