Fix fetch.
PR: ports/116361 Submitted by: Dan Voisine <voisined at wit dot edu>
This commit is contained in:
parent
615b131f4b
commit
7daa5f3c02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199739
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ PORTNAME= pppoa
|
|||
PORTVERSION= 1.3.1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.ethomson.com/download/:mngt \
|
||||
MASTER_SITES= http://www.oracle-base.com/articles/misc/:mngt \
|
||||
${MASTER_SITE_SOURCEFORGE:S/$/:src/}
|
||||
MASTER_SITE_SUBDIR= speedtouch/:src
|
||||
DISTFILES= ${SPEEDTOUCH}.tar.bz2:src ${ALCATELDRIVER}:mngt
|
||||
|
@ -22,7 +22,7 @@ GNU_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
SPEEDTOUCH= speedtouch-${PORTVERSION}
|
||||
ALCATELDRIVER= speedmgmt.tar.gz
|
||||
RESTRICTED= "http://www.speedtouchdsl.com/disclaimer_lx.htm"
|
||||
RESTRICTED= http://www.speedtouchdsl.com/disclaimer_lx.htm
|
||||
RESTRICTED_FILES= ${ALCATELDRIVER}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${SPEEDTOUCH}
|
||||
|
@ -33,7 +33,7 @@ USE_BZIP2= yes
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700000
|
||||
BROKEN= "Does not build on FreeBSD >= 7.0"
|
||||
BROKEN= Does not build on FreeBSD >= 7.0
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Reference in a new issue