diff options
author | krion <krion@FreeBSD.org> | 2004-09-03 21:20:12 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-09-03 21:20:12 +0800 |
commit | 6c032c454400fb57b2736df1ff2867c697fb721b (patch) | |
tree | fc0e04fc6f1424ac23667a6b0503972867b85e4e /misc/mc-light/files/patch-Make.common.in | |
parent | fbb63fa656ede130a6ec748d347f95bb2a79bf5e (diff) | |
download | freebsd-ports-gnome-6c032c454400fb57b2736df1ff2867c697fb721b.tar.gz freebsd-ports-gnome-6c032c454400fb57b2736df1ff2867c697fb721b.tar.zst freebsd-ports-gnome-6c032c454400fb57b2736df1ff2867c697fb721b.zip |
Respect hier(7)
Diffstat (limited to 'misc/mc-light/files/patch-Make.common.in')
-rw-r--r-- | misc/mc-light/files/patch-Make.common.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/mc-light/files/patch-Make.common.in b/misc/mc-light/files/patch-Make.common.in new file mode 100644 index 000000000000..0af995d89d25 --- /dev/null +++ b/misc/mc-light/files/patch-Make.common.in @@ -0,0 +1,30 @@ + +$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 @@ + builddir = @builddir@ + bindir = $(exec_prefix)/bin + libdir = $(exec_prefix)/lib/mc +-suppbindir = $(libdir)/bin +-tidir = $(libdir)/term +-extfsdir = $(libdir)/extfs ++suppbindir = $(datadir)/bin ++tidir = $(datadir)/term ++extfsdir = $(datadir)/extfs + mandir = $(prefix)/man/man1 +-datadir = $(prefix)/share ++datadir = $(prefix)/share/mc + localedir = $(datadir)/locale + manext = 1 + man8dir = $(prefix)/man/man8 +@@ -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 _ + XCFLAGS = @CFLAGS@ +-XCPPFLAGS = @CPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DWANT_PARSE ++XCPPFLAGS = @CPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(datadir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DWANT_PARSE + XLDFLAGS = @LDFLAGS@ + XDEFS = @DEFS@ + XLIBS = @LIBS@ |