diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 07:57:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 07:57:46 +0000 |
commit | 7efb890709190d0b801f2249fba961461e4bf6fb (patch) | |
tree | 94ebae27e725c786816658acae47c145996ee26e /news/xvnews | |
parent | Oops, rmsgd.8 should be in MAN8, not MAN1. (diff) |
Don't put x11 in CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4671
Diffstat (limited to 'news/xvnews')
-rw-r--r-- | news/xvnews/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/xvnews/Makefile b/news/xvnews/Makefile index 07e4541af878..9e8b7b52b043 100644 --- a/news/xvnews/Makefile +++ b/news/xvnews/Makefile @@ -3,11 +3,11 @@ # Date created: 31 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/25 09:52:55 tg Exp $ # DISTNAME= xvnews-2.3.2 -CATEGORIES= news x11 +CATEGORIES= news MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -22,5 +22,4 @@ MAN1= xvnews.1 post-install: ${INSTALL_MAN} $(WRKSRC)/xvnews.1 ${PREFIX}/man/man1/ - .include <bsd.port.mk> |