summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/Makefile
AgeCommit message (Expand)AuthorFilesLines
2006-03-10Use pkginstall to generate the INSTALL script instead.jlam1-18/+7
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
2006-01-06Fixed pkglint warnings about incorrect quoting and unsorted PLIST.rillig1-11/+11
2005-11-17Fix for part of PR#32092: add SKIP_AUDIT_PACKAGES=yes so pkg_install canerh1-1/+2
2005-11-07Use the hard-coded ${PKG_TOOLS_BIN} variable as the correct location ofjlam1-1/+2
2005-11-07INSTALL_SCRIPT_ENV wasn't being defined to include a definition forjlam1-1/+2
2005-11-06In the "update" target, use "${UPDATE_TARGET}" to install the newjlam1-2/+2
2005-11-06Remove @exec from PLIST and put the action into an INSTALL script instead.jlam1-24/+31
2005-10-07Remove CONFIGURE_ARGS setting --mandir as this is now done forreed1-2/+3
2005-09-28Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,rillig1-4/+4
2005-06-13Use += to not override previous USE_TOOLS setting.jlam1-2/+2
2005-06-07List shell tools that are needed by the pkg_view and linkfarm scripts.jlam1-1/+5
2005-05-16Note that this package wants mtree, pax, and tar.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-14Redo previous; follow the new idiom of quoting variables ("\"${XYZ}"\")uebayasi1-5/+5
2005-02-12Quote command strings to be passed to configure script.uebayasi1-5/+5
2005-01-22The "make update" target did not clean up after itself, which has causedjklos1-1/+2
2005-01-06Don't "cp -p" for *source* files. Builds are usually done as an unprivilegedtv1-2/+2
2004-12-09Explicitly override the update target to cause the deinstall step to happenerh1-1/+9
2004-11-02Add a -N option to pkg_delete to delete registration information for a packageerh1-1/+4
2004-10-05PR pkg/23719: allow a pkg_install package to be created so a system can beerh1-3/+1
2004-08-14Convert to use libnbcompat/inplace.mk.jlam1-17/+2
2004-08-09Mimic how bsd.pkg.mk calls the GNU configure script in do-configure whenjlam1-3/+7
2004-04-28Obey additional bits of CONFIGURE_ENV when configuring libnbcompat.tv1-4/+3
2004-04-09Merge 20040409: Parameterize the umask calls so that defs.*.mk can changetv1-2/+4
2004-03-29Obey CPPFLAGS.tv1-2/+3
2004-03-28remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gccgrant1-2/+1
2004-03-13Set USE_DIGEST=no to avoid checking and building a new digest package.jlam1-3/+5
2004-03-13Solve a chicken-and-egg problem where pkgsrc uses newer features ofjlam1-1/+9
2004-02-11pass OPSYS and MACHINE_ARCH in the environmen, not CPPFLAGS.grant1-3/+3
2004-02-09Cut-n-paste error.jlam1-2/+2
2004-02-09bsd.prefs.mk includes mk/compiler/gcc.mk indirectly, which invokesjlam1-1/+2
2004-02-09Include bsd.prefs.mk after defining PKG_INFO so that we don't pass anyjlam1-6/+6
2004-01-15we need to define OPSYS_NAME and MACHINE_ARCH to build this version ofgrant1-1/+4
2003-12-22improve DESCR and COMMENT.grant1-2/+2
2003-10-11ensure pkg_admin is called with the full path and use the rightgrant1-1/+6
2003-09-25define NO_TOOLS to avoid embedding the path to work/.tools/bin/{grep,sed}grant1-1/+2
2003-09-23add --with-{ftp,mtree,pax,tar} to allow overriding the commands thatgrant1-1/+5
2003-09-18remove redundant USE_BUILDLINK2, as we set NO_BUILDLINK later.grant1-2/+1
2003-09-18ensure CC is set correctly when running configure in libnbcompat.grant1-2/+3
2003-09-14Move inclusion of bsd.prefs.mk a little higher so that /etc/mk.confjlam1-3/+3
2003-09-13Build pkg_install without dependencies by pulling in the libnbcompat sourcejlam1-2/+13
2003-09-11Improved DESCR and COMMENT. Changed HOMEPAGE. (Okay'd by jlam.)reed1-3/+3
2003-09-02We don't need to build cat1 files since they're part of the sources, sojlam1-5/+1
2003-09-02libnbcompat/buildlink2.mk does more magic for us, so do less here.jlam1-3/+1
2003-09-02allow this to build on -current after groff update to 1.19.grant1-2/+2
2003-09-01Update pkg_install to 20030823, which has the changes to supportjlam1-2/+5
2003-08-31Do previous in another way: simply define PKG_ADMIN to be the command thatjlam1-3/+3
2003-08-31Explicitly call pkg_admin(1) using "PKG_DBDIR=... pkg_admin" so that wejlam1-2/+3
2003-08-31Fix whitespacejlam1-6/+6