Index: trunk/ports/net/macathena-libathdir/Portfile =================================================================== --- trunk/ports/net/macathena-libathdir/Portfile (revision 6) +++ trunk/ports/net/macathena-libathdir/Portfile (revision 11) @@ -15,3 +15,3 @@ use_autoconf yes -destroot.violate_mtree yes +destroot.violate_mtree yes Index: trunk/ports/net/libhesiod/Portfile =================================================================== --- trunk/ports/net/libhesiod/Portfile (revision 7) +++ trunk/ports/net/libhesiod/Portfile (revision 11) @@ -20,3 +20,3 @@ configure.args LIBS=-lresolv -destroot.violate_mtree yes +destroot.violate_mtree yes Index: trunk/ports/net/macathena-moira/Portfile =================================================================== --- trunk/ports/net/macathena-moira/Portfile (revision 10) +++ trunk/ports/net/macathena-moira/Portfile (revision 11) @@ -40,3 +40,3 @@ port:ncurses -destroot.violate_mtree yes +destroot.violate_mtree yes Index: trunk/ports/net/macathena-base/files/version =================================================================== --- trunk/ports/net/macathena-base/files/version (revision 11) +++ trunk/ports/net/macathena-base/files/version (revision 11) @@ -0,0 +1,1 @@ +MacAthena Workstation (darwin) Version 1.0 Sun Dec 23 23:07:38 EDT 2007 Index: trunk/ports/net/macathena-base/files/reactivate =================================================================== --- trunk/ports/net/macathena-base/files/reactivate (revision 11) +++ trunk/ports/net/macathena-base/files/reactivate (revision 11) @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "/etc/athena/reactivate is not supported on MacAthena." >&2 Index: trunk/ports/net/macathena-base/Portfile =================================================================== --- trunk/ports/net/macathena-base/Portfile (revision 11) +++ trunk/ports/net/macathena-base/Portfile (revision 11) @@ -0,0 +1,22 @@ +# $Id$ +PortSystem 1.0 + +name macathena-base +version 1 +categories net +maintainers mit.edu:broder +platforms darwin + +distfiles + +destroot.violate_mtree yes + +fetch {} +checksum {} +configure {} +build {} +destroot { + file mkdir ${destroot}/etc/athena + file copy ${filespath}/reactivate ${destroot}/etc/athena + file copy ${filespath}/version ${destroot}/etc/athena +} Index: trunk/ports/net/macathena-machtype/Portfile =================================================================== --- trunk/ports/net/macathena-machtype/Portfile (revision 10) +++ trunk/ports/net/macathena-machtype/Portfile (revision 11) @@ -23,5 +23,7 @@ ATHENA_MINOR_VERSION=4 -destroot.violate_mtree yes +depends_lib port:macathena-base + +destroot.violate_mtree yes configure.env-append [exec ${filespath}/getSysnameList.py] Index: trunk/ports/net/macathena-athdir/Portfile =================================================================== --- trunk/ports/net/macathena-athdir/Portfile (revision 6) +++ trunk/ports/net/macathena-athdir/Portfile (revision 11) @@ -15,3 +15,5 @@ use_autoconf yes -destroot.violate_mtree yes +depends_lib port:macathena-libathdir + +destroot.violate_mtree yes Index: trunk/ports/net/hesiod/Portfile =================================================================== --- trunk/ports/net/hesiod/Portfile (revision 2) +++ trunk/ports/net/hesiod/Portfile (revision 11) @@ -16,3 +16,3 @@ depends_lib port:libhesiod -destroot.violate_mtree yes +destroot.violate_mtree yes