diff options
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> |