pkgsrc: Update git repo info

This commit is contained in:
Arun Thomas 2010-11-23 11:12:06 +00:00
parent 6b5c8751da
commit 41ae712b50
2 changed files with 7 additions and 5 deletions

View file

@ -29,7 +29,7 @@ install::
@echo "Installing fonts.."
install -m 644 -o root -g operator fonts/*.fnt /usr/lib/fonts/
installforce:: $(ETC)/rc $(ETC)/rs.inet $(ETC)/rs.single $(ETC)/system.conf $(USRETC)/rc
installforce:: $(ETC)/rc $(ETC)/rs.inet $(ETC)/rs.single $(ETC)/system.conf $(USRETC)/rc $(USR)/Makefile
$(ETC)/rc: rc
install -m 755 -o root -g operator $> $@
@ -46,3 +46,5 @@ $(ETC)/system.conf: system.conf
$(USRETC)/rc: usr/rc
install -m 755 -o root -g operator $> $@
$(USR)/Makefile: usr/Makefile
install -m 644 -o root -g operator $> $@

View file

@ -26,14 +26,14 @@ pkgsrc-create:
mkdir -p ${.CURDIR}/pkgsrc
cd ${.CURDIR}/pkgsrc && git init
cd ${.CURDIR}/pkgsrc && \
git remote add origin http://github.com/gautambt/Pkgsrc-Minix.git
git remote add origin git://git.minix3.org/pkgsrc.git
cd ${.CURDIR}/pkgsrc && git fetch origin
cd ${.CURDIR}/pkgsrc && git branch minix origin/minix
cd ${.CURDIR}/pkgsrc && git checkout minix
cd ${.CURDIR}/pkgsrc && git branch minix-master origin/minix-master
cd ${.CURDIR}/pkgsrc && git checkout minix-master
cd ${.CURDIR}/pkgsrc && git pull
pkgsrc-checkout:
cd ${.CURDIR}/pkgsrc && git checkout minix
cd ${.CURDIR}/pkgsrc && git checkout minix-master
pkgsrc-update:
cd ${.CURDIR}/pkgsrc && git pull