1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
This commit is contained in:
Andrey A. Chernov 1995-02-22 04:20:53 +00:00
parent 8ae8f83773
commit a11b5f6cc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1016
12 changed files with 28 additions and 96 deletions

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: less
# Version required: 2.52
# Version required: 2.78
# Date created: 8 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.3 1994/12/28 06:22:33 ache Exp $
# $Id: Makefile,v 1.4 1995/02/07 03:55:22 asami Exp $
#
DISTNAME= less-252
DISTNAME= less-278
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/
GNU_CONFIGURE= YES
EXTRA_PATCH= patch-ab

View File

@ -1 +1 @@
MD5 (less-252.tar.gz) = bf642d8816ed66f74653fdde58bbca83
MD5 (less-278.tar.gz) = d974fbee72d7c407a3ad9e111d0dbf08

View File

@ -1,54 +1,19 @@
*** Makefile.in.orig Mon Nov 7 03:04:04 1994
--- Makefile.in Tue Nov 22 02:26:12 1994
*** Makefile.in.bak Wed Feb 1 02:55:17 1995
--- Makefile.in Wed Feb 22 07:08:35 1995
***************
*** 5,21 ****
srcdir = @srcdir@
VPATH = @srcdir@
! CC = @CC@
! INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
- CFLAGS = -O
CFLAGS_COMPILE_ONLY = -c
LDFLAGS =
*** 15,21 ****
LDFLAGS = @LDFLAGS@
O=o
! LIBS = @LIBS@
prefix = @prefix@
exec_prefix = @exec_prefix@
--- 5,19 ----
srcdir = @srcdir@
VPATH = @srcdir@
! INSTALL = @INSTALL@ -o bin -g bin
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
INSTALL_DATA = @INSTALL_DATA@
CFLAGS_COMPILE_ONLY = -c
LDFLAGS =
--- 15,21 ----
LDFLAGS = @LDFLAGS@
O=o
! LIBS = -ltermcap
prefix = @prefix@
exec_prefix = @exec_prefix@
***************
*** 25,31 ****
binprefix =
# Where the help file goes.
! datadir = $(prefix)/share
mandir = $(prefix)/man/man$(manext)
manext = 1
--- 23,29 ----
binprefix =
# Where the help file goes.
! datadir = $(prefix)/lib
mandir = $(prefix)/man/man$(manext)
manext = 1

View File

@ -1 +1 @@
less 252 - a better more utility
less 278 - a better pager utility

View File

@ -1 +1,2 @@
This is the distribution of "less", a paginator similar to "more" or "pg".
This is the distribution of "less", a paginator similar to "more" or "pg",
but much more powerful.

View File

@ -1,6 +1,6 @@
@cwd /usr/local
bin/less
bin/lesskey
lib/less.hlp
share/less.hlp
man/man1/less.1
man/man1/lesskey.1

View File

@ -1,12 +1,12 @@
# New ports collection makefile for: less
# Version required: 2.52
# Version required: 2.78
# Date created: 8 Nov 1994
# Whom: ache
#
# $Id: Makefile,v 1.3 1994/12/28 06:22:33 ache Exp $
# $Id: Makefile,v 1.4 1995/02/07 03:55:22 asami Exp $
#
DISTNAME= less-252
DISTNAME= less-278
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/
GNU_CONFIGURE= YES
EXTRA_PATCH= patch-ab

View File

@ -1 +1 @@
MD5 (less-252.tar.gz) = bf642d8816ed66f74653fdde58bbca83
MD5 (less-278.tar.gz) = d974fbee72d7c407a3ad9e111d0dbf08

View File

@ -1,54 +1,19 @@
*** Makefile.in.orig Mon Nov 7 03:04:04 1994
--- Makefile.in Tue Nov 22 02:26:12 1994
*** Makefile.in.bak Wed Feb 1 02:55:17 1995
--- Makefile.in Wed Feb 22 07:08:35 1995
***************
*** 5,21 ****
srcdir = @srcdir@
VPATH = @srcdir@
! CC = @CC@
! INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
- CFLAGS = -O
CFLAGS_COMPILE_ONLY = -c
LDFLAGS =
*** 15,21 ****
LDFLAGS = @LDFLAGS@
O=o
! LIBS = @LIBS@
prefix = @prefix@
exec_prefix = @exec_prefix@
--- 5,19 ----
srcdir = @srcdir@
VPATH = @srcdir@
! INSTALL = @INSTALL@ -o bin -g bin
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
INSTALL_DATA = @INSTALL_DATA@
CFLAGS_COMPILE_ONLY = -c
LDFLAGS =
--- 15,21 ----
LDFLAGS = @LDFLAGS@
O=o
! LIBS = -ltermcap
prefix = @prefix@
exec_prefix = @exec_prefix@
***************
*** 25,31 ****
binprefix =
# Where the help file goes.
! datadir = $(prefix)/share
mandir = $(prefix)/man/man$(manext)
manext = 1
--- 23,29 ----
binprefix =
# Where the help file goes.
! datadir = $(prefix)/lib
mandir = $(prefix)/man/man$(manext)
manext = 1

View File

@ -1 +1 @@
less 252 - a better more utility
less 278 - a better pager utility

View File

@ -1 +1,2 @@
This is the distribution of "less", a paginator similar to "more" or "pg".
This is the distribution of "less", a paginator similar to "more" or "pg",
but much more powerful.

View File

@ -1,6 +1,6 @@
@cwd /usr/local
bin/less
bin/lesskey
lib/less.hlp
share/less.hlp
man/man1/less.1
man/man1/lesskey.1