summaryrefslogtreecommitdiff
path: root/mail/qmail-lint/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-01-21Update package Makefile now that bsd.pkg.extract.mk is using thejlam1-3/+1
"extract" script for extraction. Many cases where a custom EXTRACT_CMD simply copied the distfile into the work directory are no longer needed. The extract script also hides differences between pax and tar behind a common command-line interface, so we no longer need code that's conditional on whether EXTRACT_USING is tar or pax.
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-06-16Create directories before installing files into them.jlam1-1/+3
2004-08-30Update MASTER_SITES.schmonz1-2/+2
2004-07-22Express post-patch using subst.mk instead. Shorten COMMENT. Takeschmonz1-7/+7
MAINTAINER.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2002-01-21Respect QMAILDIR, bump PKGREVISION.zuntum1-1/+7
2001-08-13Initial import of qmail-lint-0.55zuntum1-0/+24
This tool examines the qmail configuration to see if any common errors exist. usage: qmail-lint [-v] -v -- print an explanation of the reports the first time one is printed.