summaryrefslogtreecommitdiff
path: root/net/pppoa
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-11-03 06:10:56 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-11-03 06:10:56 +0000
commit61bd89dd29babb8b3ab2cce96f16f44aea0f6b09 (patch)
tree30c9bc53acd6f56f00349c0fd868db803cbea2a0 /net/pppoa
parentMake bento happy regarding build attempts on non-i386 machines. (diff)
Fix port to be more selective regarding the mastersites to use.
Notes
Notes: svn path=/head/; revision=92927
Diffstat (limited to 'net/pppoa')
-rw-r--r--net/pppoa/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/pppoa/Makefile b/net/pppoa/Makefile
index fcd7ab0a310f..d6bdd2f93b24 100644
--- a/net/pppoa/Makefile
+++ b/net/pppoa/Makefile
@@ -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