diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 20:09:29 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 20:09:29 +0800 |
commit | c1c600dc11c26d89770cf5f69f4dea7e073c7c1b (patch) | |
tree | bca067b8d2a19410f84c496727098865a6343506 | |
parent | 30a6bfd0269fd73bee9a12b6f8ac43ba8e5cba75 (diff) | |
download | freebsd-ports-gnome-c1c600dc11c26d89770cf5f69f4dea7e073c7c1b.tar.gz freebsd-ports-gnome-c1c600dc11c26d89770cf5f69f4dea7e073c7c1b.tar.zst freebsd-ports-gnome-c1c600dc11c26d89770cf5f69f4dea7e073c7c1b.zip |
Put the stow port in the correct order.
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bb3985a7cfdf..20525b25265b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -78,8 +78,8 @@ SUBDIR += socket SUBDIR += star SUBDIR += stat - SUBDIR += stow SUBDIR += stmpclean + SUBDIR += stow SUBDIR += su2 SUBDIR += symlinks SUBDIR += syslog-ng |