diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-21 03:06:44 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-03-21 03:06:44 +0800 |
commit | 0cc19889124d8b604d212bb2abfda35f16dc7594 (patch) | |
tree | 179809a101ddf82e43378348786dfd3699f47523 /polish | |
parent | 526586e8d2b99632ba8a0a461dd617cc61948e24 (diff) | |
download | freebsd-ports-gnome-0cc19889124d8b604d212bb2abfda35f16dc7594.tar.gz freebsd-ports-gnome-0cc19889124d8b604d212bb2abfda35f16dc7594.tar.zst freebsd-ports-gnome-0cc19889124d8b604d212bb2abfda35f16dc7594.zip |
Reorder those files
Diffstat (limited to 'polish')
-rw-r--r-- | polish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/Makefile b/polish/Makefile index e4a50ae2fb6e..f2cadcdbd7d1 100644 --- a/polish/Makefile +++ b/polish/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ # - SUBDIR += trf - SUBDIR += webalizer2 SUBDIR += aspell SUBDIR += ekg SUBDIR += gnugadu @@ -15,5 +13,7 @@ SUBDIR += openoffice-1.0 SUBDIR += openoffice-1.1 SUBDIR += sms + SUBDIR += trf + SUBDIR += webalizer2 .include <bsd.port.subdir.mk> |