diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-07 17:44:39 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-06-07 17:44:39 +0000 |
commit | d624138fd5de4c6466cc16e6723b3f85ecbc52fb (patch) | |
tree | d4b114ed97c4905655f034549c91eb023ac008ec /net/telserv | |
parent | Play "hunt the pea" with the new local distfile location. (diff) |
The local-distfiles dir on ftp.freebsd.org was moved under ports/.
Notes
Notes:
svn path=/head/; revision=29334
Diffstat (limited to 'net/telserv')
-rw-r--r-- | net/telserv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/telserv/Makefile b/net/telserv/Makefile index 5a151bd17f10..2ab40b8e3fd6 100644 --- a/net/telserv/Makefile +++ b/net/telserv/Makefile @@ -10,7 +10,7 @@ PORTNAME= telserv PORTVERSION= 1.0 CATEGORIES= net security MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/local-distfiles/obrien/ + ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ DISTNAME= telserv EXTRACT_SUFX= .c |