From c98cfd116dc0f77d80a247eaa00036df1e3335a1 Mon Sep 17 00:00:00 2001
From: Satoshi Asami <asami@FreeBSD.org>
Date: Mon, 18 Nov 1996 14:17:24 +0000
Subject: Compress a bunch of manpages.  Remove unnecessary @ directives from
 PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
---
 misc/less/Makefile  | 3 ++-
 misc/less/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

(limited to 'misc/less')

diff --git a/misc/less/Makefile b/misc/less/Makefile
index d0e2b2481a27..1715491d095b 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -3,7 +3,7 @@
 # Date created:         8 Nov 1994
 # Whom:                 ache
 #
-# $Id: Makefile,v 1.13 1996/11/17 09:06:02 obrien Exp $
+# $Id: Makefile,v 1.14 1996/11/18 10:25:06 asami Exp $
 #
 
 DISTNAME=       less-321
@@ -13,6 +13,7 @@ MASTER_SITES=   ${MASTER_SITE_GNU}
 MAINTAINER=	ache@FreeBSD.ORG
 
 GNU_CONFIGURE=	yes
+MAN1=		less.1 lesskey.1
 
 EXTRA_PATCH=	patch-ab
 
diff --git a/misc/less/pkg-plist b/misc/less/pkg-plist
index 5c04ff28898d..0b55e52189ad 100644
--- a/misc/less/pkg-plist
+++ b/misc/less/pkg-plist
@@ -1,4 +1,4 @@
 bin/less
 bin/lesskey
-man/man1/less.1
-man/man1/lesskey.1
+man/man1/less.1.gz
+man/man1/lesskey.1.gz
-- 
cgit v1.2.3