diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-21 10:14:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-21 10:14:56 +0000 |
commit | d33f03c94badb046dbaf1d2cf40beb89212eedca (patch) | |
tree | a8d35714418899eb87f212aeccaf532cd2ebea33 /cad/z88 | |
parent | 7080cca98ce6d60a45bffc129e7877acd90a6dd4 (diff) | |
download | ports-d33f03c94badb046dbaf1d2cf40beb89212eedca.tar.gz ports-d33f03c94badb046dbaf1d2cf40beb89212eedca.zip |
Notes
Diffstat (limited to 'cad/z88')
-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} |