diff options
author | asami <asami@FreeBSD.org> | 1998-03-21 21:54:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-03-21 21:54:17 +0800 |
commit | 9dfe28766a0e9684116fbe9a5f1fd57e53cd0ff5 (patch) | |
tree | 4aa113739d8f72a0bd7bf94992a77794878a8502 | |
parent | c79965cbf507bd1b57ce914639410acb44bd301d (diff) | |
download | freebsd-ports-gnome-9dfe28766a0e9684116fbe9a5f1fd57e53cd0ff5.tar.gz freebsd-ports-gnome-9dfe28766a0e9684116fbe9a5f1fd57e53cd0ff5.tar.zst freebsd-ports-gnome-9dfe28766a0e9684116fbe9a5f1fd57e53cd0ff5.zip |
Add comms/kpilot, devel/p5-File-Sync, games/tank, security/pgp5 and
www/checkbot.
Forgotten or misspelled by: various people :p
-rw-r--r-- | comms/Makefile | 3 | ||||
-rw-r--r-- | devel/Makefile | 4 | ||||
-rw-r--r-- | games/Makefile | 3 | ||||
-rw-r--r-- | security/Makefile | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
5 files changed, 10 insertions, 6 deletions
diff --git a/comms/Makefile b/comms/Makefile index e1dd17078dc4..b0f6d8013446 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1997/11/22 14:56:56 peter Exp $ +# $Id: Makefile,v 1.28 1997/11/24 09:12:26 pst Exp $ # SUBDIR += bpl+ @@ -6,6 +6,7 @@ SUBDIR += ecu SUBDIR += hylafax SUBDIR += kermit + SUBDIR += kpilot SUBDIR += lrzsz SUBDIR += mgetty+sendfax SUBDIR += minicom diff --git a/devel/Makefile b/devel/Makefile index 09975beb1a13..7a95c055965a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.94 1998/03/16 03:26:33 steve Exp $ +# $Id: Makefile,v 1.95 1998/03/16 03:47:48 steve Exp $ # SUBDIR += ElectricFence @@ -65,7 +65,7 @@ SUBDIR += p5-File-BasicFlock SUBDIR += p5-File-Lock SUBDIR += p5-File-Slurp - SubDIR += p5-File-Sync + SUBDIR += p5-File-Sync SUBDIR += p5-File-Tools SUBDIR += p5-Filter SUBDIR += p5-FreezeThaw diff --git a/games/Makefile b/games/Makefile index 3a943907daba..c3e7b6d3db67 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.112 1998/03/15 20:33:21 steve Exp $ +# $Id: Makefile,v 1.113 1998/03/15 20:39:14 steve Exp $ # SUBDIR += acm @@ -40,6 +40,7 @@ SUBDIR += sokoban SUBDIR += spider SUBDIR += starlanes + SUBDIR += tank SUBDIR += tksol SUBDIR += tvp SUBDIR += xasteroids diff --git a/security/Makefile b/security/Makefile index aaa3d714a1c2..892fcd46592f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1998/02/13 22:17:51 obrien Exp $ +# $Id: Makefile,v 1.27 1998/03/02 10:36:22 obrien Exp $ # SUBDIR += SSLeay @@ -17,6 +17,7 @@ SUBDIR += p5-MD5 SUBDIR += p5-PGP SUBDIR += pgp + SUBDIR += pgp5 SUBDIR += pidentd SUBDIR += rsaref SUBDIR += ssh diff --git a/www/Makefile b/www/Makefile index a077230c3287..edfe3257bf6f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.69 1998/02/11 03:33:29 obrien Exp $ +# $Id: Makefile,v 1.70 1998/03/17 01:23:31 vanilla Exp $ # SUBDIR += Mosaic # requires Motif @@ -11,6 +11,7 @@ SUBDIR += ashe # requires Motif SUBDIR += aswedit SUBDIR += cgiparse + SUBDIR += checkbot SUBDIR += chimera SUBDIR += chimera2 SUBDIR += comline |