summaryrefslogtreecommitdiff
path: root/mk/install/bin-install.mk
AgeCommit message (Expand)AuthorFilesLines
2016-06-16add ftp6 to binpkg_sites, at request of joerg, since cdn is ipv4 onlymspo1-2/+3
2016-06-16set cdn.netbsd.org as the bin install site for netbsdmspo1-2/+2
2011-11-05When using Minix, set BINPKG_SITES to the official Minix binary package site.tcort1-1/+4
2011-10-15Rename "flavor" to "pkgformat".reed1-2/+2
2011-09-08Introduce PKGSRC_SETENV, defaulting to SETENV. Can be set to ${SETENV} -iabs1-3/+3
2011-02-07Add default binpkg site for DragonFly. From Justin Sherrill in PR 44526.wiz1-1/+4
2010-04-18syncing BINPKG_SITES with reality.sbd1-2/+2
2008-02-20Add colon in comment to aid "make help" in finding helpwiz1-2/+2
2008-02-19Eliminated some code duplication, provided a default definition forrillig1-7/+19
2007-11-03Moved common commands into a variable. This saves 15 lines.rillig1-24/+10
2007-09-21BINPKG_SITES may be empty, and most shells don't like syntacticallyrillig1-3/+5
2007-09-19Renamed pkgpath to pkg_path, since there exists a completely independentrillig1-9/+9
2007-09-19When using bin-install, the version of the installed package was checkedrillig1-6/+9
2007-08-23pkg_add can figure out the suffix itself, thanks.joerg1-2/+2
2007-08-20Add cross-compiling support for bin-install and deinstall targets.joerg1-1/+26
2007-08-02Add core of the infrastructure support for cross-compilation.joerg1-1/+5
2007-03-09Fixed pkglint warnings.rillig1-4/+6
2007-03-09Replaced PKG_SILENT/PKG_DEBUG with RUN.rillig1-6/+3
2006-11-21Only set BINPKG_SITES to ftp.netbsd.org, if the OS is actually NetBSD.joerg1-1/+5
2006-11-03Add package-install. For non-DESTDIR builds, package and package-installjoerg1-2/+2
2006-10-03Rewrote the bin-install target so that it doesn't lock LOCALBASErillig1-20/+31
2006-08-09Drop .ORDER declarations since pkgsrc doesn't support "make -j ...".jlam1-2/+1
2006-08-04Fixed the locking, as suggested by Johnny on the tech-pkg mailing list.rillig1-3/+3
2006-08-04Rewrote the header comment so that "bin-install" can be found by "bmakerillig1-4/+6
2006-08-04Moved the bin-install target from bsd.pkg.mk to install/bin-install.mk.rillig1-0/+64