diff options
Diffstat (limited to 'core/conf/pkgmk.conf')
-rw-r--r-- | core/conf/pkgmk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/conf/pkgmk.conf b/core/conf/pkgmk.conf index 94bc9df..e72a433 100644 --- a/core/conf/pkgmk.conf +++ b/core/conf/pkgmk.conf @@ -22,7 +22,7 @@ case ${PKGMK_ARCH} in ;; esac -#PKGMK_SOURCE_MIRRORS=(http://c9.root.sx/ports/distfiles/) +#PKGMK_SOURCE_MIRRORS=(http://hive.gnu.systems/ports/distfiles/) # PKGMK_SOURCE_DIR="$PWD" PKGMK_SOURCE_DIR="/usr/ports/distfiles" # PKGMK_PACKAGE_DIR="$PWD" |