diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /sysutils/less/Makefile | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
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.
Diffstat (limited to 'sysutils/less/Makefile')
-rw-r--r-- | sysutils/less/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/less/Makefile b/sysutils/less/Makefile index d0e2b2481a27..1715491d095b 100644 --- a/sysutils/less/Makefile +++ b/sysutils/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 |