diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:02:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:02:54 +0000 |
commit | 0e600e3ae169a0fee136d33c7387b27e544563a1 (patch) | |
tree | 0de4bdfdf526eaf98ec0c9f06a0a741ad5fda968 | |
parent | b3241fee40b3604a4efa1f92c44c726c1bdbb014 (diff) | |
download | freebsd-ports-0e600e3ae169a0fee136d33c7387b27e544563a1.zip |
xbuffy is moved from x11 to mail.
-rw-r--r-- | mail/Makefile | 3 | ||||
-rw-r--r-- | x11/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile b/mail/Makefile index b013ad65c6d3..2abd85f05537 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.70 1998/07/21 17:55:12 asami Exp $ +# $Id: Makefile,v 1.71 1998/07/31 19:10:16 asami Exp $ # SUBDIR += adcomplain @@ -53,6 +53,7 @@ SUBDIR += smtpfeed SUBDIR += tkrat SUBDIR += wmmail + SUBDIR += xbuffy SUBDIR += xfaces SUBDIR += xfmail SUBDIR += xlbiff diff --git a/x11/Makefile b/x11/Makefile index ba62a6c5a2fd..4a02c6cadf7a 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.219 1998/07/20 16:52:45 andreas Exp $ +# $Id: Makefile,v 1.220 1998/08/07 21:59:56 asami Exp $ # SUBDIR += FWF @@ -102,7 +102,6 @@ SUBDIR += xantfarm SUBDIR += xautolock SUBDIR += xbae - SUBDIR += xbuffy SUBDIR += xcb SUBDIR += xco SUBDIR += xcoloredit |