aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntpbtr/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 19:44:27 +0800
committerasami <asami@FreeBSD.org>1996-11-18 19:44:27 +0800
commit55d005face1453b1b4a2060d200b23e7a8724bc6 (patch)
tree57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /news/nntpbtr/Makefile
parente17062778b44808fb41055bba34741677ec69abc (diff)
downloadfreebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz
freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.zst
freebsd-ports-gnome-55d005face1453b1b4a2060d200b23e7a8724bc6.zip
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'news/nntpbtr/Makefile')
-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>