diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-03-12 19:57:56 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-03-12 19:57:56 +0000 |
commit | 020a67fd83133f5c68d55c6e8cec0ccc2a6e66ad (patch) | |
tree | 72569c7623e594b7e2ef5bac1c277679561f2bfc /misc/mc-light | |
parent | b7f3b6548ec29349ba648ad499995dbb2f4330e9 (diff) |
Notes
Diffstat (limited to 'misc/mc-light')
-rw-r--r-- | misc/mc-light/Makefile | 2 | ||||
-rw-r--r-- | misc/mc-light/files/patch-Make.common.in | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index 81b64b683ff4..cfaef4d02665 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -7,7 +7,7 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} diff --git a/misc/mc-light/files/patch-Make.common.in b/misc/mc-light/files/patch-Make.common.in index 0af995d89d25..7d12be4aff29 100644 --- a/misc/mc-light/files/patch-Make.common.in +++ b/misc/mc-light/files/patch-Make.common.in @@ -1,9 +1,9 @@ $FreeBSD$ ---- Make.common.in.orig Sun Aug 22 15:03:08 2004 -+++ Make.common.in Fri Sep 3 14:37:46 2004 -@@ -18,11 +18,11 @@ +--- Make.common.in.orig Sun Aug 22 17:03:08 2004 ++++ Make.common.in Thu Mar 10 10:44:30 2005 +@@ -18,12 +18,12 @@ builddir = @builddir@ bindir = $(exec_prefix)/bin libdir = $(exec_prefix)/lib/mc @@ -15,10 +15,12 @@ $FreeBSD$ +extfsdir = $(datadir)/extfs mandir = $(prefix)/man/man1 -datadir = $(prefix)/share +-localedir = $(datadir)/locale +datadir = $(prefix)/share/mc - localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale manext = 1 man8dir = $(prefix)/man/man8 + man8ext = 8 @@ -49,7 +49,7 @@ # No way, to make make happy (except GNU), we cannot use := to append # something to these, so that's why there is a leading _ |