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 /editors/Makefile | |
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 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 6d7c7e7deffe..5b823f73447d 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zoinks SUBDIR += AbiWord2 SUBDIR += MathPlanner @@ -205,5 +204,6 @@ SUBDIR += yudit SUBDIR += zed SUBDIR += zile + SUBDIR += zoinks .include <bsd.port.subdir.mk> |