aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.post.mk
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* Id->FreeBSD rename bisDavid E. O'Brien1999-08-251-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=20939
* Use "" instead of <> to specify bsd.port.mk, since we want it to look inSatoshi Asami1999-01-261-2/+2
| | | | | | | this directory first. Notes: svn path=/head/; revision=16356
* Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines onlySatoshi Asami1998-11-111-0/+7
a few variables that could be used in the port Makefile for ".if exists()" tests. bsd.port.post.mk defines the rest. Note: if you define USE_X_PREFIX or USE_IMAKE, put it before including bsd.port.pre.mk. These are the only two variables used in the first part. In reality, bsd.port.pre.mk and bsd.port.post.mk just include bsd.port.mk with special variables to turn part of it off. Notes: svn path=/head/; revision=14462