diff options
author | mat <mat@FreeBSD.org> | 2004-03-21 03:06:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-03-21 03:06:44 +0800 |
commit | cdd981b7ded571627316688b1ed41de2aa76a85a (patch) | |
tree | eb2bcec66d07669b3fd76d051e83284e742e0a10 /cad | |
parent | 3fb3f8e9b98819a2a50b5c48cb2dd8e442f97096 (diff) | |
download | freebsd-ports-gnome-cdd981b7ded571627316688b1ed41de2aa76a85a.tar.gz freebsd-ports-gnome-cdd981b7ded571627316688b1ed41de2aa76a85a.tar.zst freebsd-ports-gnome-cdd981b7ded571627316688b1ed41de2aa76a85a.zip |
Reorder those files
Diffstat (limited to 'cad')
-rw-r--r-- | cad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/Makefile b/cad/Makefile index 85ab07ad96dd..be4174afaef0 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += ziarc SUBDIR += admesh SUBDIR += astk-client @@ -48,5 +47,6 @@ SUBDIR += varkon SUBDIR += vipec SUBDIR += xcircuit + SUBDIR += ziarc .include <bsd.port.subdir.mk> |