summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
AgeCommit message (Expand)AuthorFilesLines
2005-10-07Renamed HTML_PKGNAME to _HTML_PKGLINK, which describes its contents morerillig1-9/+10
2005-10-07Replaced some `if's with `case's to make the code simpler. Mergedrillig1-9/+5
2005-10-06For print-PLIST generation, make sure that ${PKGMANDIR} becomes "man".reed1-1/+3
2005-10-04whitespace police.seb1-2/+2
2005-10-04Add PKGMANDIR in the MAKE_ENV.reed1-1/+2
2005-10-04Remove accidental extra space.reed1-6/+6
2005-10-04Add custom PKGMANDIR setting to mk/defaults/mk.conf. This is areed1-5/+21
2005-10-04In man page routines, match the "cat" sub-directoriesreed1-4/+4
2005-09-28Added a variable LICENSE_FILE that may be set to point to the licenserillig1-12/+13
2005-09-16Remove the CHECK_FILES bits during deinstall so that they are regeneratedjlam1-2/+4
2005-08-26_RESUME_TRANSFER: only try to get the value of the temp file when it'sxtraeme1-3/+4
2005-08-18INSTALLATION_DIRS implies NO_MTREE: If a package sets INSTALLATION_DIRS,jlam1-1/+9
2005-08-15Fix an annoying whitespace issue for 80 character-width displays.jlam1-10/+10
2005-08-15In print-pkg-size-this, initialize s before summing up all file sizes. Thisrillig1-2/+2
2005-08-14Reverted the change from revision 1.1710, which sorted all DEPENDS andrillig1-3/+2
2005-08-14The check-files-post need to be done before post-install-script,kristerw1-2/+2
2005-08-10Move the check-files-post check so that it is done after the automatickristerw1-4/+4
2005-08-08Restore the @(..)s which were removed in rev 1.1706.veego1-7/+7
2005-07-22Sort the dependencies list alphabetically when checking if they arerillig1-2/+3
2005-07-17Override the INSTALL setting in sys.mk that messes up the rest of thejlam1-1/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
2005-07-15Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by makingjlam1-10/+10
2005-07-06For the fetch-list target: Do not use mkdir if just creating a shellreed1-14/+9
2005-06-27pkglint does not output any "OK" lines by default, so there's no need torillig1-2/+2
2005-06-27Improve English in warning. From Rhialto in PR 30610. (second occurrence)wiz1-2/+2
2005-06-27Improve English in warning. From Rhialto in PR 30610.wiz1-2/+2
2005-06-23Clean up some clutter in pkgsrc/mk: move the ${OPSYS}.*.dist mtreejlam1-2/+2
2005-06-23Back out previous -- committed by mistake.wiz1-3/+1
2005-06-23Add missing line continuation backslashes.wiz1-1/+3
2005-06-23Split out the check-wrkref implementation and related variables fromjlam1-67/+1
2005-06-23Split out the check-files implementation and related variables intojlam1-114/+9
2005-06-23Reverse the checks for the value of CHECK_WRKREF so that if it's valuejlam1-4/+4
2005-06-14Allow the test for whether the file is a text file to be overridden viajlam1-2/+3
2005-06-13In the check-wrkref target, change the algorithm so that text filesjlam1-7/+20
2005-06-11Add a default fall-through for the shell case statement (portabilityjlam1-1/+2
2005-06-10check-wrkref is a make target that greps through the installed filesjlam1-1/+56
2005-06-09General improvements to the changes-entry target:jlam1-10/+20
2005-06-09Don't reinvent PKGPATH, which already contains just the "category/package"jlam1-3/+2
2005-06-09Add a documentation block above the changes-entry target.jlam1-1/+16
2005-06-09Delay running of id until it is needed. Fixes PR 30477 by Neil Hoggarth.wiz1-5/+3
2005-06-08Add changes-entry target, which adds an entry for the current packagewiz1-1/+22
2005-06-04Added a leading underscore to the names of the *_COOKIE variables, as theyrillig1-54/+54
2005-06-03Back out revision 1.1684. MAKEFLAGS was being propagated incorrectlyjlam1-14/+1
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-5/+1
2005-06-01*.makevars.mk doesn't exist until after ${WRKDIR} is created, whichjlam1-1/+14
2005-06-01Include bsd.makevars.mk in bsd.prefs.mk instead of bsd.pkg.mk. Thisjlam1-2/+1
2005-06-01Separate out the logic to include the correct <phase>.makevars.mk filejlam1-22/+2
2005-05-31Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supportedjlam1-2/+1
2005-05-31Rename describe-options to show-options, replacing the old show-optionsdillo1-4/+4
2005-05-29Simplify unprivileged builds by adding a new variable, UNPRIVILEGED, that,jmmv1-1/+4