diff options
author | ache <ache@FreeBSD.org> | 1996-03-03 13:19:58 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-03-03 13:19:58 +0000 |
commit | 54c183613fd532919cd762a8b2d042a1ee07a54b (patch) | |
tree | 290d10ae14aa33ce29f12d59b46bbaa601687b9b /news/tin/Makefile | |
parent | 58194d091a9bf760ac27d135489a7f64e9d9e63d (diff) | |
download | FreeBSD-ports-54c183613fd532919cd762a8b2d042a1ee07a54b.zip FreeBSD-ports-54c183613fd532919cd762a8b2d042a1ee07a54b.tar.gz |
Better FreeBSD tuning & configuration
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r-- | news/tin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index 75f9fca..4a4ab9a 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -3,13 +3,15 @@ # Date created: 29 Jun 1995 # Whom: peter@haywire.dialix.oz.au # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/07/01 10:07:17 asami Exp $ # DISTNAME= tin-1.22 CATEGORIES+= news MASTER_SITES= ftp://ftp.germany.eu.net/pub/news/newsreader/unix/tin/ +ALL_TARGET= freebsd + post-install: gzip -9nf ${PREFIX}/man/man1/tin.1 |