Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile - github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84add5acf59d069c3b3afeccb8c2fdbd5f10c9c8 (plain)
1
2
3
4
5
6
7
PREFIX?=	/usr/local

install:
	install -m 755 -o root -g wheel src/poudriere.sh ${PREFIX}/bin/poudriere
	mkdir -p ${PREFIX}/share/poudriere
	install -m 644 -o root -g wheel src/poudriere.d/* ${PREFIX}/share/poudriere/
	install -m 644 -o root -g wheel conf/poudriere.conf.sample ${PREFIX}/etc/