diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 22:13:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-03-18 22:13:05 +0000 |
commit | 156d75ac49048e49a7f789237afaf4398b20ec26 (patch) | |
tree | aa8aee496ef6c371e749a0631f05e6b3b5eaacac | |
parent | f132be7d9455718c16ca5228a53d60507a5f71f0 (diff) | |
download | ports-156d75ac49048e49a7f789237afaf4398b20ec26.tar.gz ports-156d75ac49048e49a7f789237afaf4398b20ec26.zip |
- Add MASTER_SITES
- Style
PR: ports/94656
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=157615
-rw-r--r-- | net/cnet/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index 2f8c41bcf8c3..c47ccd046640 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -4,11 +4,15 @@ # # $FreeBSD$ # +# $Tecnik: ports/net/cnet/Makefile,v 1.5 2006/03/18 20:13:12 itetcu Exp $ +# PORTNAME= cnet PORTVERSION= 2.0.10 CATEGORIES= net tcl84 tk84 -MASTER_SITES= http://www.csse.uwa.edu.au/cnet/ +MASTER_SITES= http://www.csse.uwa.edu.au/cnet/ \ + ftp://ftp.giga.net.tw/OS/FreeBSD/distfiles/ \ + http://people.tecnik93.com/~itetcu/ports/${PORTNAME}/sources/ EXTRACT_SUFX= .tgz MAINTAINER= itetcu@people.tecnik93.com @@ -16,7 +20,6 @@ COMMENT= A networking simulator LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 -USE_REINPLACE= yes USE_XPM= yes USE_GMAKE= yes ALL_TARGET= # empty @@ -25,7 +28,7 @@ MAN1= cnet.1 .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 or ia64" +BROKEN= Does not compile on amd64 or ia64 .endif post-patch: |