diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:00:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:00:00 +0000 |
commit | b3241fee40b3604a4efa1f92c44c726c1bdbb014 (patch) | |
tree | aaee731d52d12c2c738d2e9780b343bac8ce6e09 | |
parent | 70ef84a0f68df48dbd5e825a058a4c8eb7a47e3c (diff) | |
download | freebsd-ports-b3241fee40b3604a4efa1f92c44c726c1bdbb014.zip |
viewfax has been moved from x11 to comms.
Reviewed by: the ports list
-rw-r--r-- | comms/Makefile | 3 | ||||
-rw-r--r-- | comms/viewfax/Makefile | 7 | ||||
-rw-r--r-- | x11/Makefile | 3 |
3 files changed, 7 insertions, 6 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4c6aad9f6d54..52ab4fd5d397 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.30 1998/05/16 01:39:33 dburr Exp $ +# $Id: Makefile,v 1.31 1998/06/11 12:18:01 dburr Exp $ # SUBDIR += bpl+ @@ -16,6 +16,7 @@ SUBDIR += seyon SUBDIR += snooper SUBDIR += tkhylafax + SUBDIR += viewfax SUBDIR += xcept SUBDIR += zmtx-zmrx diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 0dec0c4d742e..eb766c4af287 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -3,10 +3,11 @@ # Date created: 16 sept 1995 # Whom: jmz # -# $Id: Makefile,v 1.8 1997/06/09 15:03:56 jmz Exp $ +# $Id: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp $ # -DISTNAME= viewfax-2.3 -CATEGORIES= x11 + +DISTNAME= viewfax-2.3 +CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ USE_IMAKE= yes diff --git a/x11/Makefile b/x11/Makefile index 51a6150c7a78..ba62a6c5a2fd 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.218 1998/07/14 17:53:53 mph Exp $ +# $Id: Makefile,v 1.219 1998/07/20 16:52:45 andreas Exp $ # SUBDIR += FWF @@ -91,7 +91,6 @@ SUBDIR += tvtwm SUBDIR += tycoon SUBDIR += v - SUBDIR += viewfax SUBDIR += windowmaker SUBDIR += workplace SUBDIR += wm2 |