diff options
Diffstat (limited to 'news/nntpbtr/Makefile')
-rw-r--r-- | news/nntpbtr/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
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 <bsd.port.mk> |