This website requires JavaScript.
Explore
Help
Register
Sign In
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ad35a7dbe6
freebsd-ports
/
Mk
/
bsd.port.post.mk
8 lines
74 B
Makefile
Raw
Normal View
History
Unescape
Escape
Id->FreeBSD rename bis 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.
1999-08-25 06:40:22 +02:00
# $FreeBSD$
Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only 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.
1998-11-11 06:21:29 +01:00
AFTERPORTMK
=
yes
Use "" instead of <> to specify bsd.port.mk, since we want it to look in this directory first.
1999-01-26 04:53:15 +01:00
.
i
n
c
l
u
d
e
"bsd.port.mk"
Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only 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.
1998-11-11 06:21:29 +01:00
.
u
n
d
e
f
A
F
T
E
R
P
O
R
T
M
K
Reference in a new issue
Copy permalink