XBPS major changes in June 2011.
- A configuration file "xbps-conf.plist" replaces the (un)register target in xbps-repo(8) and (un)set-prop in xbps-bin(8). For now, you can set the repositories and prefered virtual packages. - New package pattern matching code from NetBSD. Supports more ways of matching patterns in packages. - Multiple bugs fixed in virtual packages related matching code. --HG-- rename : LICENSE => COPYING
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,6 +1,6 @@
|
||||
-include config.mk
|
||||
|
||||
SUBDIRS = include lib bin
|
||||
SUBDIRS = include lib bin etc
|
||||
|
||||
ifdef BUILD_API_DOCS
|
||||
SUBDIRS += doc
|
||||
@@ -20,8 +20,10 @@ install:
|
||||
@echo
|
||||
@echo "Binaries have been installed into $(DESTDIR)$(SBINDIR)."
|
||||
@echo "Librares have been installed into $(DESTDIR)$(LIBDIR)."
|
||||
@echo "Configuration file has been installed into $(DESTDIR)$(ETCDIR)."
|
||||
@echo
|
||||
@echo "WARNING: Don't forget to rerun ldconfig(1)."
|
||||
@echo "WARNING: Don't forget to rerun ldconfig(1) if $(LIBDIR) is not"
|
||||
@echo "WARNING: in your ld.so.conf by default."
|
||||
@echo
|
||||
|
||||
.PHONY: uninstall
|
||||
|
Reference in New Issue
Block a user