diff options
| author | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-04-09 17:50:52 +0000 |
|---|---|---|
| committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-04-09 17:50:52 +0000 |
| commit | f8639b9b29c8728d94ccd9e6f27f3ea10aaeff2e (patch) | |
| tree | 3221a149f651709ce8f97434ca9f8f8ad4f9c361 | |
| parent | 61d1d667c7a72169cd96d4b46314d297731e9596 (diff) | |
| download | doc-f8639b9b29c8728d94ccd9e6f27f3ea10aaeff2e.tar.gz doc-f8639b9b29c8728d94ccd9e6f27f3ea10aaeff2e.zip | |
Porters - Quick Porting: Upgrade FTP url to a working one
PR: 269685
Reviewed by: jrm@
| -rw-r--r-- | documentation/content/en/books/porters-handbook/quick-porting/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc index 41ae5dbfc4..fbf219e389 100644 --- a/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc +++ b/documentation/content/en/books/porters-handbook/quick-porting/_index.adoc @@ -81,7 +81,7 @@ The minimal [.filename]#Makefile# would look something like this: PORTNAME= oneko DISTVERSION= 1.1b CATEGORIES= games -MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ +MASTER_SITES= ftp://ftp.rediris.es/sites/ftp.freebsd.org/pub/FreeBSD/ MAINTAINER= youremail@example.com COMMENT= Cat chasing a mouse all over the screen |
