diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-10 11:15:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-10 11:15:10 +0000 |
commit | 4631794db147228141268e275406d4c59f9ff416 (patch) | |
tree | f71a4f0b3b5c7343bb6cdee15099cd5e4b1a228d /sysutils/Makefile | |
parent | d1f7dc6ecf1819f37d9e80cf99165225432b6303 (diff) |
- Move pager ports from misc/ to sysutils/
misc/44bsd-more -> sysutils/44bsd-more
misc/less -> sysutils/less
misc/most -> sysutils/most
misc/reed -> sysutils/reed
misc/wmcp -> x11-wm/wmcp (this one is a X11 desktop pager)
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=138790
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 9ddd86515b21..3b5264d726cf 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -4,6 +4,7 @@ COMMENT = System utilities SUBDIR += 3dm + SUBDIR += 44bsd-more SUBDIR += 915resolution SUBDIR += LPRng SUBDIR += LPRngTool @@ -245,6 +246,7 @@ SUBDIR += lcdproc SUBDIR += ldap-account-manager SUBDIR += ledit + SUBDIR += less SUBDIR += lfm SUBDIR += libcdio SUBDIR += libchk @@ -301,6 +303,7 @@ SUBDIR += modules SUBDIR += monit SUBDIR += monitord + SUBDIR += most SUBDIR += mount.app SUBDIR += msyslog SUBDIR += mtxorbd @@ -416,6 +419,7 @@ SUBDIR += rdiff-backup SUBDIR += rdiff-backup-devel SUBDIR += readlink + SUBDIR += reed SUBDIR += reoback SUBDIR += rfstool SUBDIR += rlogview |