From 55d005face1453b1b4a2060d200b23e7a8724bc6 Mon Sep 17 00:00:00 2001 From: asami Date: Mon, 18 Nov 1996 11:44:27 +0000 Subject: Use MAN? macros. CATEGORIES+= -> CATEGORIES. --- news/nntpbtr/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'news/nntpbtr/Makefile') diff --git a/news/nntpbtr/Makefile b/news/nntpbtr/Makefile index 8b7909c288c2..01e9cefc26be 100644 --- a/news/nntpbtr/Makefile +++ b/news/nntpbtr/Makefile @@ -3,16 +3,18 @@ # Date created: 1 July 1996 # Whom: dk # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/23 08:05:10 asami Exp $ # DISTNAME= nntpbtr-1.7 -CATEGORIES+= news +CATEGORIES= news MASTER_SITES= ftp://ftp.kiae.su/unix/news/ EXTRACT_SUFX= .tar.Z MAINTAINER= dk@farm.org +MAN1= nntpbtr.1 + # "patch" complains otherwise post-extract: rm -rf ${WRKSRC}/RCS @@ -21,9 +23,4 @@ pre-build: cd ${FILESDIR} ; pax -rw -l -u dbz ${WRKDIR} || true cd ${WRKDIR}/dbz ; ${CC} ${CFLAGS} -c -I. dbz.c -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/nntpbtr.1 -.endif - .include -- cgit