summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.install.mk
AgeCommit message (Expand)AuthorFilesLines
2003-08-30Sync to HEAD.jlam1-9/+2
2003-08-01Sync to HEAD.jlam1-7/+15
2003-07-29Config file handling in the pkgviews world is that each packagejlam1-2/+5
2003-07-24Teach the bsd.pkg.install.mk framework about the VIEW-INSTALL andjlam1-1/+2
2002-12-02Add initial support for IRIX.jschauma1-3/+3
2002-11-17Introduce new framework which unifies registering packages providing loginsalo1-1/+12
2002-10-23Unless PKG_RCD_SCRIPTS=YES and RCD_SCRIPTS is non-empty, don't createjlam1-6/+3
2002-10-23Only create RCD_SCRIPTS_DIR if RCD_SCRIPTS is defined and non-empty injlam1-1/+3
2002-10-20SETUID_ROOT_PERMS is a convenience definition to note an executable isjlam1-1/+7
2002-10-20Generate the INSTALL/DEINSTALL scripts at post-build time, and use properjlam1-8/+19
2002-10-20Generate the rc.d scripts at post-build time and use proper makejlam1-12/+12
2002-10-19Substitute for ${RCD_SCRIPTS_DIR} in MESSAGE files.jlam1-1/+2
2002-10-08Substitute for ${FIND} and ${XARGS}.jlam1-1/+3
2002-10-04Add new bsd.pkg.install.mk tunable variable: SPECIAL_PERMS.jlam1-1/+14
2002-09-26When PKG_DEBUG_LEVEL=2, set_PKG_DEBUG_SCRIPT is set to "${SH} -x". Usejlam1-3/+7
2002-09-26Don't make ${RCD_SCRIPTS_EXAMPLEDIR} unless it doesn't exist, and if wejlam1-2/+6
2002-09-20Add RCD_SCRIPTS_SHELL to automatic rc.d script handling, defaulting togrant1-1/+3
2002-09-19Restore the ability to not automatically install the rc.d script intojlam1-1/+7
2002-09-19Automatically generate and install the rc.d scripts if specified byjlam1-3/+51
2002-09-18When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file alreadyjlam1-1/+9
2002-07-24Create a new variable "RCD_SCRIPTS_EXAMPLEDIR" that contains the locationjlam1-4/+7
2002-06-27Back out revisions 1.21 and 1.22 andjlam1-5/+4
2002-06-27pass PKG_SYSCONFDIR when calling {PRE,POST}-INSTALL.grant1-3/+3
2002-06-27Only add RCD_SCRIPTS_DIR to MAKE_DIRS if RCD_SCRIPTS isn't empty.lukem1-2/+5
2002-06-22Change PKG_CREATE_USERGROUP and PKG_CONFIG so that their values are merelyjlam1-1/+19
2002-06-20In order to solve the following problems:jlam1-8/+1
2002-03-18Back out some changes that I didn't intend to commit.jlam1-5/+1
2002-03-15Allow INSTALL/DEINSTALL scripts to use ${INSTALL_INFO}.jlam1-1/+6
2002-01-22Also replace for @SETENV@ (/usr/bin/env).jlam1-1/+2
2001-12-26Include bsd.prefs.mk so that INSTALL_RCD_SCRIPTS may be defined before thejlam1-1/+3
2001-12-19D'oh! I had the logic reversed for the INSTALL_RCD_SCRIPTS check.jlam1-3/+3
2001-12-19Do previous without breaking package Makefiles that use RCD_SCRIPTS andjlam1-5/+6
2001-12-18By default, don't install the rc.d scripts into /etc/rc.d. Despite thejlam1-1/+7
2001-12-13Substitute for GREP as well.jlam1-1/+2
2001-12-10Substitute for HEAD and GTAR.jlam1-1/+3
2001-12-09Subst. for PERL5 in INSTALL files.jlam1-1/+2
2001-12-02Support automatically calling the INSTALL script during installation. Thisjlam1-3/+7
2001-11-26Replace PKG_{USER,GROUP} with PKG_USERS and PKG_GROUPS:jlam1-33/+31
2001-11-25PKG_SYSCONFDIR is where the configuration files for a package may be found.jlam1-5/+5
2001-11-23Add SU to FILES_SUBSTabs1-1/+2
2001-11-21Refer to /etc/rc.d as ${RCD_SCRIPTS_DIR} more thoroughly.jlam1-3/+3
2001-11-21Change the way the RCD_SCRIPTS variable is used. It now just lists thejlam1-3/+6
2001-11-19For completeness, add a SUPPORT_FILES_PERMS that acts like CONF_FILES_PERMSjlam1-3/+7
2001-11-19Common INSTALL/DEINSTALL scripts and Makefile magic to automatically performjlam1-0/+189