diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /news/tin | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index b610c75..334611f 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -4,12 +4,12 @@ # Date created: 25 July 1996 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.12 1996/11/12 20:44:59 ache Exp $ +# $Id: Makefile,v 1.13 1996/11/17 01:25:16 ache Exp $ # DISTNAME= tin1.3-unoff-BETA-961115 PKGNAME= tin-1.3.961115 -CATEGORIES+= news +CATEGORIES= news MASTER_SITES= ftp://ftp.akk.uni-karlsruhe.de/pub/tin/ \ ftp://nuxi.cs.ucdavis.edu/pub/tin/ EXTRACT_SUFX= .tgz @@ -28,6 +28,7 @@ CONFIGURE_ARGS+= --with-nntp-default-server=news \ --with-metamail=${PREFIX}/bin/metamail MAKEFILE= makefile ALL_TARGET= build +MAN1= tin.1 .if defined(NNTP_ONLY) CONFIGURE_ARGS+= --enable-nntp-only @@ -37,9 +38,4 @@ post-configure: echo '#define NNTP_SERVER_FILE "${PREFIX}/etc/nntpserver"' >>${WRKSRC}/include/autoconf.h echo '#define SMTP_SERVER_FILE "${PREFIX}/etc/smtpserver"' >>${WRKSRC}/include/autoconf.h -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/tin.1 -.endif - .include <bsd.port.mk> |