Skip to content

Instantly share code, notes, and snippets.

@tani
Last active August 29, 2015 14:15
Show Gist options
  • Save tani/e0b1dbd89b28ee95f322 to your computer and use it in GitHub Desktop.
Save tani/e0b1dbd89b28ee95f322 to your computer and use it in GitHub Desktop.
pkgsrc を使うときの日本向けの設定
MAKE_JOBS= 5
DEPENDS_TARGET= package-install
FETCH_USING= wget
MASTER_SORT_RANDOM= NO
MASTER_SORT= .ac.jp .jp .org
MASTER_SORT_REGEX= http://.*
MASTER_SITE_GNU= http://ftp.ne.jp/pub/GNU/gnu/
MASTER_SITE_PERL_CPAN= http://ftp.ne.jp/pub/CPAN/modules/by-module/
MASTER_SITE_GNOME=  http://ftp.ne.jp/X11/GNOME/
PKG_OPTIONS.emacs=    xml -dbus -gtk3 -svg -x11 -xft2
export PAHT=$PAH:$HOME/pkg/bin:$HOME/pkg/sbin
export MANPATH=$MANPATH:$HOME/pkg/man
export INFOPATH=$INFOPATH:$HOME/pkg/info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment