summaryrefslogtreecommitdiff
path: root/net/netsaint-base
AgeCommit message (Collapse)AuthorFilesLines
2002-01-31Instead of manually making "install-config" as the first step of thejlam1-2/+3
post-install target, just add install-config to the list of INSTALL_TARGETS. This is much simpler, duh! Thanks to Thomas Klausner <wiz@netbsd.org> for pointing this out.
2002-01-31If one wants to make a target from some Makefile within ${WRKSRC}, thenjlam1-2/+2
the right way to call the target is: ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} target The environment should be set explicitly, and one should _always_ call "${MAKE_PROGRAM}", and not "${MAKE}" since the former always refers to the name of the actual make program used, regardless of whether USE_GMAKE is defined or not.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-14/+12
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-01Judging from the alpha bulk build, this seems to want perl. Add USE_PERL5.wiz1-1/+3
2001-01-29Add automatic ${VARIABLE} handling for MESSAGE files.wiz2-7/+5
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced, not @VARIABLE@, nor @@VARIABLE@@). By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX, X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST. Clean up some packages while I'm there; add RCS tags to most MESSAGEs. Remove some uninteresting MESSAGEs.
2001-01-16Split out common parts of the netsaint base/plugins Makefiles into a commonrh2-13/+17
include file
2001-01-16Initial import of netsaint-0.0.6, an advanced network monitoring programrh17-0/+665