aboutsummaryrefslogtreecommitdiff
path: root/news/nntpbtr
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /news/nntpbtr
parentf777115e0124107b5cef3e52bb4856f321dcd2eb (diff)
downloadports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz
ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'news/nntpbtr')
-rw-r--r--news/nntpbtr/Makefile11
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>