summaryrefslogtreecommitdiff
path: root/net/host/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-03-11Put back a couple of IRIX conditionals the way they used to behave,tnn1-2/+2
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x too, but let's be conservative. PR pkg/38224.
2007-12-21* Also ${PKGMANDIR}/cat1 before install, then DESTDIR ready.obache1-2/+5
* Honor ${PKGMANDIR}, maybe fixed on platform PKGMANDIR != share
2007-10-16Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.tnn1-2/+2
2006-11-09Fixed PKGMANDIR.rillig1-3/+3
2006-10-03added support for IRIX 5schwarz1-1/+6
2006-10-03added support for Darwinschwarz1-1/+8
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-03-30Use INSTALLATION_DIRS to pre-create bin and man/man1.reed1-1/+2
TODO: This package is still broken. It installs man page to ${PREFIX}/share/man/man1 (on NetBSD) and also installs a catman page (generated but no dependency on nroff) which is not listed in PLIST.
2005-03-26pkglint. Remove unnecessary inclusion of bsd.prefs.mk and deprecatedwiz1-5/+2
NO_PATCH.
2005-03-26Switch to the host program from Greg Woods. This one is supported and morechristos1-31/+9
featurefull.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+3
2003-10-11replace MASTER_SITES with MASTER_SITE_BACKUP, as the "real" mastergrant1-2/+4
site doesn't have the distfile anymore. also add a CONFLICT on bind, as it includes bin/host also. fixes PR pkg/20810 from Jeremy C. Reed.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-03-10host-991529 -- powerful replacement for host(1).wiz1-0/+39
Package provided by Greg A. Woods in pkg/12056, modified by me.