diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-26 03:40:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-26 03:40:12 +0000 |
commit | 500ada61bf4c0a89b61d5f49b36742ac296aa7df (patch) | |
tree | a4b734bec3bbe2df736eb6b29b1609c887d12ee6 /share/mk/bsd.port.pre.mk | |
parent | 9a3105ee2674b173a701763b76efe62fb4b9afd1 (diff) | |
download | src-500ada61bf4c0a89b61d5f49b36742ac296aa7df.tar.gz src-500ada61bf4c0a89b61d5f49b36742ac296aa7df.zip |
Move bsd.port.*mk to under ${PORTSDIR}/Mk (already repository copied).
There are only skeletons left here; they merely serve as a backup to
include the real versions under ${PORTSDIR}/Mk while we update the ports
tree to include them directly.
Notes
Notes:
svn path=/head/; revision=43211
Diffstat (limited to 'share/mk/bsd.port.pre.mk')
-rw-r--r-- | share/mk/bsd.port.pre.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.pre.mk b/share/mk/bsd.port.pre.mk index b4fc122add09..739ebd51cfef 100644 --- a/share/mk/bsd.port.pre.mk +++ b/share/mk/bsd.port.pre.mk @@ -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 |