Add bsd.dport.mk, which Makefile's in /usr/dports will use instead of
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Sep 2003 23:39:23 +0000 (23:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 8 Sep 2003 23:39:23 +0000 (23:39 +0000)
commit96e28b0c1c0a6909aeb6fc36952ac02f4f27d3ad
tree3965c7a3de8f21a04a6128dbdb3d744c44224c1f
parentbfdf9ecaccb6adf31d402753ce1abe28d6cefd6c
Add bsd.dport.mk, which Makefile's in /usr/dports will use instead of
bsd.port.mk.  Modify bsd.port.mk to check for the existance of the same
port in /usr/dports and, if found, to cd into the dport and run the target
there.

NOTE: /usr/bin/relpath is required (see /usr/src/usr.bin/relpath).
share/mk/Makefile
share/mk/bsd.dfport.mk [new file with mode: 0644]
share/mk/bsd.port.mk