pkgsrc/mail/mailagent
agc d52dd5005a At present, if there is a pre-<target> or post-<target> script in
the scripts/ directory, it will be run automatically as part of
the build process, by bsd.pkg.mk.  There are now exactly 5 packages
in pkgsrc which use this facility, and yet, for every package build,
the existence of a script is checked by bsd.pkg.mk once before the
target is executed, and once afterwards. This incurs needless
overhead.

Move the separate pre- and post- script handling out of bsd.pkg.mk into
the individual package Makefiles, where it's much more obvious what is
happening, anyway.
2001-10-26 14:09:59 +00:00
..
patches upgrade to 3.0.73. 2001-04-08 00:24:55 +00:00
pkg upgrade to 3.0.73. 2001-04-08 00:24:55 +00:00
scripts mail/mailagent from freebsd-current 1999-12-26 17:25:16 +00:00
distinfo Move to sha1 digests, and add distfile sizes. 2001-04-20 13:09:54 +00:00
Makefile At present, if there is a pre-<target> or post-<target> script in 2001-10-26 14:09:59 +00:00