mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Use "" instead of <> to specify bsd.port.mk, since we want it to look in
this directory first.
This commit is contained in:
parent
96b5ff1e68
commit
25b174d4e1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16356
@ -1,7 +1,7 @@
|
||||
# $Id$
|
||||
# $Id: bsd.port.post.mk,v 1.1 1998/11/11 05:21:28 asami Exp $
|
||||
|
||||
AFTERPORTMK= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "bsd.port.mk"
|
||||
|
||||
.undef AFTERPORTMK
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $Id$
|
||||
# $Id: bsd.port.pre.mk,v 1.1 1998/11/11 05:21:29 asami Exp $
|
||||
|
||||
BEFOREPORTMK= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "bsd.port.mk"
|
||||
|
||||
.undef BEFOREPORTMK
|
||||
|
Loading…
Reference in New Issue
Block a user