summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/updating/pathnames.h
blob: 7eed1b47f157f103af22d35121ae0035b1c6a84d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*-
 * ----------------------------------------------------------------------------
 * "THE BEER-WARE LICENSE" (Revision 42):
 * <beat@chruetertee.ch> wrote this file. As long as you retain this notice you
 * can do whatever you want with this stuff. If we meet some day, and you think
 * this stuff is worth it, you can buy me a beer in return.          Beat Gätzi
 * ----------------------------------------------------------------------------
 *
 * $FreeBSD$
 *
 */

/* Where the updating file lives by default */
#define DEF_UPDATING "/usr/ports/UPDATING"
/* macro to define location of the UPDATING file */
#define UPDATING (getenv(PORTSDIR) ? strcat(getenv(PORTSDIR), \
        "/UPDATING") : DEF_UPDATING)
OpenPOWER on IntegriCloud