diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-04 12:40:04 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-04 12:40:04 +0000 |
commit | 3819707a203d69f19631895651495e37245002de (patch) | |
tree | c1917ed66777493de44ff63be77ae751a450b5ff /misc/less/files/patch-aa | |
parent | Let makefile respect ${PREFIX} (diff) |
[maintainer-update] ports/misc/less 374 -> 378
revive the port - it improperly suffered repo-death - and
apply the patch below.
PR: ports/47577
Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes:
svn path=/head/; revision=78174
Diffstat (limited to 'misc/less/files/patch-aa')
-rw-r--r-- | misc/less/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/less/files/patch-aa b/misc/less/files/patch-aa new file mode 100644 index 000000000000..092ecbe95fb9 --- /dev/null +++ b/misc/less/files/patch-aa @@ -0,0 +1,11 @@ +--- 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 + +-LIBS = @LIBS@ ++LIBS = -ltermcap + + prefix = @prefix@ + exec_prefix = @exec_prefix@ |