freebsd-ports/Mk
Satoshi Asami 1007d89b1e (1) Remove LOOP_VAR and LOOP_OPTIONS. It's a hack and just too many things
break one way or another.  With it goes the package-loop and the
    describe loop.

(2) Add new variable MASTERDIR to make it easier to share files between ports.
    bsd.port.mk will find things like ${PKGDIR} underneath
    ${MASTERDIR} (which defaults to ${.CURDIR}).

(3) Do not allow MD5_FILE to be renamed.  Funny things can happen if
    you do that.

(4) Use a few more absolute paths in the bsd.port.pre.mk part.  I
    can't use absolute paths for sysctl because it moved recently.
1998-11-20 04:00:38 +00:00
..
bsd.port.mk (1) Remove LOOP_VAR and LOOP_OPTIONS. It's a hack and just too many things 1998-11-20 04:00:38 +00:00
bsd.port.post.mk Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only 1998-11-11 05:21:29 +00:00
bsd.port.pre.mk Make bsd.port.mk includable in two phases. bsd.port.pre.mk defines only 1998-11-11 05:21:29 +00:00
bsd.port.subdir.mk (1) New variable MAKE_ARGS: will be appended to build/install make argument 1998-11-08 10:29:53 +00:00