Index: trunk/ports/net/macathena-base/Portfile =================================================================== --- trunk/ports/net/macathena-base/Portfile (revision 14) +++ trunk/ports/net/macathena-base/Portfile (revision 17) @@ -21,5 +21,7 @@ file copy ${filespath}/version ${destroot}/etc/athena - ln -s /usr /usr/athena - ln -s /bin /bin/athena + file mkdir ${destroot}/usr + file mkdir ${destroot}/bin + ln -s /usr ${destroot}/usr/athena + ln -s /bin ${destroot}/bin/athena }