diff options
author | asami <asami@FreeBSD.org> | 1999-01-26 11:53:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-26 11:53:15 +0800 |
commit | 37c35ac6c63c0ab17c0708ac9021534c9d8dcf29 (patch) | |
tree | 80254ff35e8f1a7a775cc0155b42bdcfdebfef2f /Mk/bsd.port.post.mk | |
parent | 9fdc5d2c9a576bb9a2a7c434bf7f123cfbef712f (diff) | |
download | freebsd-ports-gnome-37c35ac6c63c0ab17c0708ac9021534c9d8dcf29.tar.gz freebsd-ports-gnome-37c35ac6c63c0ab17c0708ac9021534c9d8dcf29.tar.zst freebsd-ports-gnome-37c35ac6c63c0ab17c0708ac9021534c9d8dcf29.zip |
Use "" instead of <> to specify bsd.port.mk, since we want it to look in
this directory first.
Diffstat (limited to 'Mk/bsd.port.post.mk')
-rw-r--r-- | Mk/bsd.port.post.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.post.mk b/Mk/bsd.port.post.mk index be53028b5607..d34d246c5fb9 100644 --- a/Mk/bsd.port.post.mk +++ b/Mk/bsd.port.post.mk @@ -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 |