745192ef37
It's better to keep it outside of XBPS. --HG-- extra : convert_revision : 34f9c316585b972158d6ee55492c02c9bc5d3fcd
10 lines
213 B
Makefile
10 lines
213 B
Makefile
# Common variables.
|
|
|
|
PREFIX ?= /usr/local
|
|
SBINDIR ?= $(DESTDIR)$(PREFIX)/sbin
|
|
#
|
|
# The following two vars shouldn't be specified with DESTDIR!
|
|
#
|
|
SHAREDIR ?= $(PREFIX)/share/xbps-src/shutils
|
|
ETCDIR ?= $(PREFIX)/etc
|