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 | |
parent | d1f7dc6ecf1819f37d9e80cf99165225432b6303 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/44bsd-more/Makefile | 2 | ||||
-rw-r--r-- | sysutils/Makefile | 4 | ||||
-rw-r--r-- | sysutils/less/Makefile | 2 | ||||
-rw-r--r-- | sysutils/most/Makefile | 2 | ||||
-rw-r--r-- | sysutils/reed/Makefile | 2 |
5 files changed, 8 insertions, 4 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile index d73499cb232c..a4ae3e6b116f 100644 --- a/sysutils/44bsd-more/Makefile +++ b/sysutils/44bsd-more/Makefile @@ -7,7 +7,7 @@ PORTNAME= 44bsd-more PORTVERSION= ${RELDATE} -CATEGORIES= misc +CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= hoek 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 diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index cf1368a9cba5..34a9d5d8b92f 100644 --- a/sysutils/less/Makefile +++ b/sysutils/less/Makefile @@ -7,7 +7,7 @@ PORTNAME= less PORTVERSION= 382 -CATEGORIES= misc +CATEGORIES= sysutils MASTER_SITES= http://www.greenwoodsoftware.com/%SUBDIR%/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= less diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile index f2313afc63ea..9d426fae64d4 100644 --- a/sysutils/most/Makefile +++ b/sysutils/most/Makefile @@ -8,7 +8,7 @@ PORTNAME= most PORTVERSION= 4.10.1 PORTREVISION= 1 -CATEGORIES= misc +CATEGORIES= sysutils MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \ http://gd.tuwien.ac.at/editors/davis/most/ diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile index 693b30f460e6..75a4dcb2831a 100644 --- a/sysutils/reed/Makefile +++ b/sysutils/reed/Makefile @@ -8,7 +8,7 @@ PORTNAME= reed PORTVERSION= 5.4 PORTREVISION= 1 -CATEGORIES= misc +CATEGORIES= sysutils MASTER_SITES= http://www.sacredchao.net/~piman/archive/ MAINTAINER= petef@FreeBSD.org |