Commit graph

20 commits

Author SHA1 Message Date
jlam
678c0f86f8 Use PKG_{USERS,GROUPS} instead of PKG_{USER,GROUP}. 2001-11-26 20:38:31 +00:00
jlam
ffceca11a9 PKG_SYSCONFDIR is where the configuration files for a package may be found.
This value may be customized in various ways:

PKG_SYSCONFBASE is the main config directory under which all package
	configuration files are to be found.

PKG_SYSCONFSUBDIR is the subdirectory of PKG_SYSCONFBASE under which the
	configuration files for a particular package may be found.

PKG_SYSCONFDIR.${PKGBASE} overrides the value of ${PKG_SYSCONFDIR} for a
	particular package.

Users will typically want to set PKG_SYSCONFBASE to /etc, or accept the
default location of ${PREFIX}/etc.

This obsoletes the use of CONFDIR, which was active for only 6 days, so no
need to have a workaround to still accept old CONFDIR settings.
2001-11-25 18:59:45 +00:00
jlam
e2402863c0 Respect ${CONFDIR} and use the common INSTALL/DEINSTALL scripts instead of
the custom ones.  Also fix the directory handling during post-installation
and strongly buildlinkify.
2001-11-19 21:05:55 +00:00
lukem
69c6587c37 cleanup per ../sysutils/ups-nut:
- use FILES_SUBST_SED et al
- do NOT try and remove the gale user & group or ${PREFIX}/etc/gale on
  deinstall. instead, remind the admin to do it manually.
2001-11-19 04:58:59 +00:00
zuntum
461042de91 Move pkg/ files into package's toplevel directory 2001-10-31 20:06:16 +00:00
jlam
e085ee5316 grep isn't used anymore, so don't substitute for @GREP@ in the INSTALL
files.  Substitute for @ID@ instead of directly using 'id', and use the
value of ${ID} already set in defs.*.mk.
2001-08-14 03:41:37 +00:00
veego
e109514d03 Fix same problems with the user check:
- use 'id' instead of 'finger'. this is not a real problem, but it
  is enough and fixing the next problem makes it possible to use it.
- grep -q doesn't work on solaris, so use a different way to suppress
  the output from the user check.
- the return code check for the user was reversed.
2001-08-12 19:55:56 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
agc
8c2348422c Move to sha1 distfile digests, and add distfile sizes. 2001-04-18 11:07:14 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wiz
9d1f44690c We want RCS Ids in the patches.
This is one of the things pkglint checks, so _please_ use it.
2001-02-28 10:26:02 +00:00
hubertf
bdb8e8920a remove extra homepage url, we add that via HOMEPAGE 2001-02-18 04:49:28 +00:00
wiz
2db9056f6e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:41:26 +00:00
lukem
68073ad6ef fix gale user comment 2001-02-08 23:13:16 +00:00
lukem
d1c78f2d11 don't include <term.h> (from ncurses) even if we find it, because it
conflicts with <curses.h> (from usr/src).
once again noticed by perry, who has more wacky packages installed than me ;-)
2001-02-07 16:02:06 +00:00
lukem
9ddecc9d59 kludge around gale's broken mechanism for finding w3c-libwww's header files.
problem noticed by perry because he has that package installed whereas I don't.
2001-02-06 19:56:38 +00:00
lukem
f87bec02e6 slightly more correct url 2001-02-06 19:44:11 +00:00
lukem
d3411b905a gale - a secure instant messaging system 2001-02-06 18:19:11 +00:00
lukem
46f0e9c21e gale - a secure instant messaging system 2001-02-06 17:39:56 +00:00
lukem
e7bc9fb641 gale - a secure instant messaging system 2001-02-05 21:50:13 +00:00