diff options
author | eik <eik@FreeBSD.org> | 2003-11-22 18:35:13 +0800 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2003-11-22 18:35:13 +0800 |
commit | a29be1ee3381484626e15738fce3ce4a3373869f (patch) | |
tree | 8d763ac8f975e916242a9ec9fe8fd8850cb9ae15 | |
parent | 43d8b3f16a2489855dc2e106afa9633c005c53d4 (diff) | |
download | freebsd-ports-gnome-a29be1ee3381484626e15738fce3ce4a3373869f.tar.gz freebsd-ports-gnome-a29be1ee3381484626e15738fce3ce4a3373869f.tar.zst freebsd-ports-gnome-a29be1ee3381484626e15738fce3ce4a3373869f.zip |
Add missing port to INDEX:
- games/pathological
- lang/gcc34
- net/ruby-romp
- sysutils/prune
sort.
Approved by: marcus (mentor)
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
4 files changed, 6 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index 0329cc55a9ba..fb0ae3edb114 100644 --- a/games/Makefile +++ b/games/Makefile @@ -288,7 +288,7 @@ SUBDIR += p5-Games-Bingo SUBDIR += p5-Games-Bingo-Bot SUBDIR += p5-Games-Bingo-Print - SUBDUR += pathological + SUBDIR += pathological SUBDIR += pengpong SUBDIR += penguin-command SUBDIR += pentix diff --git a/lang/Makefile b/lang/Makefile index eedc75c9d17a..f58c210ae413 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -62,12 +62,13 @@ SUBDIR += gcc31 SUBDIR += gcc32 SUBDIR += gcc33 + SUBDIR += gcc34 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth SUBDIR += ghc - SUBDIR += ghc6 SUBDIR += ghc-doc + SUBDIR += ghc6 SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-doc-html diff --git a/net/Makefile b/net/Makefile index 493d26196fed..7e14682c5429 100644 --- a/net/Makefile +++ b/net/Makefile @@ -607,6 +607,7 @@ SUBDIR += ruby-nis SUBDIR += ruby-pcap SUBDIR += ruby-radius + SUBDIR += ruby-romp SUBDIR += ruby-snmp SUBDIR += ruby-spread SUBDIR += ruby-tcpsocketpipe diff --git a/sysutils/Makefile b/sysutils/Makefile index d6c3b2dd41e3..b2f1bf22147b 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -240,8 +240,8 @@ SUBDIR += penv SUBDIR += perf SUBDIR += personality - SUBDIR += pftop SUBDIR += pfstat + SUBDIR += pftop SUBDIR += pib SUBDIR += pkg_cutleaves SUBDIR += pkg_install @@ -254,6 +254,7 @@ SUBDIR += portupgrade SUBDIR += prips SUBDIR += procmap + SUBDIR += prune SUBDIR += pslist SUBDIR += psmisc SUBDIR += pstack |