diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-15 19:23:23 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-15 19:23:23 +0000 |
commit | ba0f8cda026d4d20562d7ec30542259e531f0bc7 (patch) | |
tree | 27847998edfcd4b9ad782c0466a5dfcee08c4e5b /misc/less | |
parent | Make it a little more 2.2 friendly (diff) |
upgrade to 3.37
Notes
Notes:
svn path=/head/; revision=17895
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 6 | ||||
-rw-r--r-- | misc/less/distinfo | 2 | ||||
-rw-r--r-- | misc/less/files/patch-aa | 15 |
3 files changed, 6 insertions, 17 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index a5157dd8ea03..2e9fffddfa4e 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: less -# Version required: 3.35 +# Version required: 3.* # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.17 1999/01/27 07:41:23 fenner Exp $ +# $Id: Makefile,v 1.18 1999/04/05 23:59:43 jseger Exp $ # -DISTNAME= less-335 +DISTNAME= less-337 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= less diff --git a/misc/less/distinfo b/misc/less/distinfo index db054bde97f5..4280510a4092 100644 --- a/misc/less/distinfo +++ b/misc/less/distinfo @@ -1 +1 @@ -MD5 (less-335.tar.gz) = d23f97a208fb23b84a56dbf36538d80c +MD5 (less-337.tar.gz) = 125c500faaa318624d7d773d418dd2c7 diff --git a/misc/less/files/patch-aa b/misc/less/files/patch-aa index d0af44e02d94..092ecbe95fb9 100644 --- a/misc/less/files/patch-aa +++ b/misc/less/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.in.orig Sat Mar 20 00:24:37 1999 -+++ Makefile.in Mon Apr 5 19:54:24 1999 +--- Makefile.in.orig Fri Apr 9 20:02:59 1999 ++++ Makefile.in Thu Apr 15 23:09:36 1999 @@ -15,7 +15,7 @@ LDFLAGS = @LDFLAGS@ O=o @@ -9,14 +9,3 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ -@@ -61,8 +61,8 @@ - ${INSTALL_PROGRAM} less ${bindir}/${binprefix}less - ${INSTALL_PROGRAM} lesskey ${bindir}/${binprefix}lesskey - ${INSTALL_PROGRAM} lessecho ${bindir}/${binprefix}lessecho -- ${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}less.${manext} -- ${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}lesskey.${manext} -+ ${INSTALL_DATA} ${srcdir}/less.nro ${mandir}/${manprefix}/man${manext}/less.${manext} -+ ${INSTALL_DATA} ${srcdir}/lesskey.nro ${mandir}/${manprefix}/man${manext}/lesskey.${manext} - - installdirs: mkinstalldirs - ${srcdir}/mkinstalldirs ${bindir} ${mandir} |