diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 12:09:29 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 12:09:29 +0000 |
commit | c1c600dc11c26d89770cf5f69f4dea7e073c7c1b (patch) | |
tree | bca067b8d2a19410f84c496727098865a6343506 /sysutils | |
parent | 30a6bfd0269fd73bee9a12b6f8ac43ba8e5cba75 (diff) | |
download | FreeBSD-ports-c1c600dc11c26d89770cf5f69f4dea7e073c7c1b.zip FreeBSD-ports-c1c600dc11c26d89770cf5f69f4dea7e073c7c1b.tar.gz |
Put the stow port in the correct order.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index bb3985a..20525b2 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 |