diff options
author | osa <osa@FreeBSD.org> | 2005-03-13 03:57:56 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-03-13 03:57:56 +0800 |
commit | e0494344efebbf60065636d8ec205f4bb787e5d7 (patch) | |
tree | 8bbfdca0c071c9bc2767cc4f87639f17efc66c6e /misc/mc-light | |
parent | 35bb9c0915595f2864313c93d1e336c22dee99e3 (diff) | |
download | freebsd-ports-gnome-e0494344efebbf60065636d8ec205f4bb787e5d7.tar.gz freebsd-ports-gnome-e0494344efebbf60065636d8ec205f4bb787e5d7.tar.zst freebsd-ports-gnome-e0494344efebbf60065636d8ec205f4bb787e5d7.zip |
Fix locale path.
Bump PORTREVISION.
Patch from: Roman G. Hudenko
Submitted by: Roman Y. Bogdanov <sam at brj dot pp dot ru> (maintainer)
PR: 78658
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 _ |