diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 21:40:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 21:40:13 +0000 |
commit | a0332de98e5f5c536e0b913e55c165ef1ab701c3 (patch) | |
tree | 4d697c6fc146e45df159f076c2af572f7f994340 /shells | |
parent | f65b951b8f65deb8efd3a696039e77bc68e0cf93 (diff) | |
download | ports-a0332de98e5f5c536e0b913e55c165ef1ab701c3.tar.gz ports-a0332de98e5f5c536e0b913e55c165ef1ab701c3.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/Makefile | 1 | ||||
-rw-r--r-- | shells/fd/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index a9eeb1f2fd97..e2d663fd4547 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -6,6 +6,7 @@ SUBDIR += bash2 SUBDIR += es SUBDIR += esh + SUBDIR += fd SUBDIR += flash SUBDIR += ksh93 SUBDIR += mudsh diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 10b7725a67ae..caf5025a7116 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -8,7 +8,7 @@ PORTNAME= fd PORTVERSION= 1.03u PORTREVISION= 2 -CATEGORIES= misc +CATEGORIES= shells MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/ \ ftp://ftp.vector.co.jp/pack/unix/util/file/filer/fd/ DISTNAME= FD-${PORTVERSION} |