diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-28 07:34:38 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-07-28 07:34:38 +0000 |
commit | 033b3198e1b634f1945d2fd8ec8c1aa71c77b08d (patch) | |
tree | d1d300caccb8aaffc8e2d766d21311d983c39df2 /Mk/bsd.port.mk | |
parent | 8ac60beb0af8d7f97f579206e9feb780212140c1 (diff) | |
download | ports-033b3198e1b634f1945d2fd8ec8c1aa71c77b08d.tar.gz ports-033b3198e1b634f1945d2fd8ec8c1aa71c77b08d.zip |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 7bdf1875a546..70682cabd104 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -141,7 +141,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # # MASTER_SITE_BACKUP # - Backup location(s) for distribution files and patch -# files if not found locally and ${MASTER_SITES}/${PATCH_SITES} +# files if not found locally and ${MASTER_SITES}/${PATCH_SITES}. +# This should *not* be changed. # Default: # http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ # MASTER_SITE_OVERRIDE |