diff options
author | asami <asami@FreeBSD.org> | 1996-11-26 07:57:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-26 07:57:46 +0000 |
commit | 571e178934e1db1b98a266c00f565ebe6d109524 (patch) | |
tree | f2835a01affdbd1d2010002f55391f8c9b7051d3 /news | |
parent | cf1b8ca56787a8d709383305f74c52864df2b299 (diff) | |
download | FreeBSD-ports-571e178934e1db1b98a266c00f565ebe6d109524.zip FreeBSD-ports-571e178934e1db1b98a266c00f565ebe6d109524.tar.gz |
Don't put x11 in CATEGORIES.
Diffstat (limited to 'news')
-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 07e4541..9e8b7b5 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> |