e57940985e
Please read the comment in xbps-src.conf to use it. Fully tested and working nicely, probably some pkgs will need minimal changes. --HG-- extra : convert_revision : 820ad6d48aa74cf5b6db1871adea750acccaa82f
10 lines
233 B
Makefile
10 lines
233 B
Makefile
# Common variables.
|
|
|
|
PREFIX ?= /usr/local
|
|
SBINDIR ?= $(DESTDIR)$(PREFIX)/sbin
|
|
#
|
|
# The following vars shouldn't be specified with DESTDIR!
|
|
#
|
|
SHAREDIR ?= $(PREFIX)/share/xbps-src
|
|
LIBEXECDIR ?= $(PREFIX)/libexec
|
|
ETCDIR ?= $(PREFIX)/etc
|