mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix port to be more selective regarding the mastersites to use.
This commit is contained in:
parent
4606d5edc1
commit
61bd89dd29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92927
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ PORTNAME= pppoa
|
|||
PORTVERSION= 1.2b2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://download.ethomson.com/download/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= speedtouch
|
||||
DISTFILES= ${SPEEDTOUCH}.tar.bz2 ${ALCATELDRIVER}
|
||||
MASTER_SITES= http://download.ethomson.com/download/:mngt \
|
||||
${MASTER_SITE_SOURCEFORGE:S/$/:src/}
|
||||
MASTER_SITE_SUBDIR= speedtouch/:src
|
||||
DISTFILES= ${SPEEDTOUCH}.tar.bz2:src ${ALCATELDRIVER}:mngt
|
||||
EXTRACT_ONLY= ${SPEEDTOUCH}.tar.bz2
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
Loading…
Add table
Reference in a new issue