diff options
author | rafan <rafan@FreeBSD.org> | 2006-10-21 18:14:56 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-10-21 18:14:56 +0800 |
commit | ae48c4ef7c7b34771623183dfd1a4b37a24694fe (patch) | |
tree | 3e57d0fe753e505a64bb23ba378f9a80b1cdb04e /cad/z88/Makefile | |
parent | 29396e92b191efd520560ad2b14e412330e8cef2 (diff) | |
download | freebsd-ports-gnome-ae48c4ef7c7b34771623183dfd1a4b37a24694fe.tar.gz freebsd-ports-gnome-ae48c4ef7c7b34771623183dfd1a4b37a24694fe.tar.zst freebsd-ports-gnome-ae48c4ef7c7b34771623183dfd1a4b37a24694fe.zip |
- Make it fetchable
PR: ports/104637
Submitted by: Thomas Abthorpe <thomas at goodking.ca>
Approved by: portmgr (erwin)
Diffstat (limited to 'cad/z88/Makefile')
-rw-r--r-- | cad/z88/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/z88/Makefile b/cad/z88/Makefile index 834b80d7da5d..441f3e01a342 100644 --- a/cad/z88/Makefile +++ b/cad/z88/Makefile @@ -8,8 +8,8 @@ PORTNAME= z88 PORTVERSION= 11.0 CATEGORIES= cad -MASTER_SITES= ftp://ftp.uni-bayreuth.de/pub/uni-bayreuth/LS-CAD/unix/:srcs \ - ftp://ftp.uni-bayreuth.de/pub/uni-bayreuth/LS-CAD/manual/:dcs +MASTER_SITES= ftp://ftp.uni-bayreuth.de/pub/uni-bayreuth/LS-CAD/Version11/unix/:srcs \ + ftp://ftp.uni-bayreuth.de/pub/uni-bayreuth/LS-CAD/Version11/manual//:dcs DISTFILES= ${PORTNAME}src${EXTRACT_SUFX}:srcs ${PORTNAME}mane.pdf:dcs DIST_SUBDIR= z88 EXTRACT_ONLY= ${PORTNAME}src${EXTRACT_SUFX} |