diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-13 15:51:27 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-13 15:51:27 +0000 |
commit | ce16a2aa64255692788b08961674f262c1628914 (patch) | |
tree | a19e953b36bf0e1b09b18f4b8b8b263b4644bb31 /net/pptpclient/Makefile | |
parent | 4a477009b607b1d20e5411ddb3846c78d221fe9a (diff) | |
download | ports-ce16a2aa64255692788b08961674f262c1628914.tar.gz ports-ce16a2aa64255692788b08961674f262c1628914.zip |
Update to 1.1.0.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=61222
Diffstat (limited to 'net/pptpclient/Makefile')
-rw-r--r-- | net/pptpclient/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index cc2b500f1c4f..1a1780cb89a5 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= pptpclient -PORTVERSION= 1.0.3 -CATEGORIES= net -MASTER_SITES= http://prdownloads.sourceforge.net/pptpclient/ -DISTNAME= pptp-linux-1.0.3 -DISTFILES= pptp-linux-1.0.3-1.tar.gz +PORTNAME= pptpclient +PORTVERSION= 1.1.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= pptpclient +DISTNAME= pptp-linux-1.1.0 +DISTFILES= pptp-linux-1.1.0-1.tar.gz MAINTAINER= thomas@cuivre.fr.eu.org @@ -19,7 +20,7 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt MAKE_ARGS= DEBUG="" \ INCLUDE="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnugetopt" \ - pptp + all GUNZIP_CMD= ${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} |