mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b24a3a5690
Submitted by: Jeremy Lea <reg@shale.csir.co.za> PR: ports/10449
24 lines
1.0 KiB
Plaintext
24 lines
1.0 KiB
Plaintext
--- Make.common.in.orig Sat Feb 27 02:25:11 1999
|
|
+++ Make.common.in Sat Feb 27 21:01:05 1999
|
|
@@ -17,9 +17,10 @@
|
|
|
|
builddir = @builddir@
|
|
bindir = @bindir@
|
|
+sbindir = $(exec_prefix)/sbin
|
|
sysconfdir = @sysconfdir@
|
|
corbadir = $(sysconfdir)/CORBA/servers
|
|
-libdir = $(exec_prefix)/lib/mc
|
|
+libdir = $(exec_prefix)/share/mc
|
|
idldir = $(prefix)/share/idl
|
|
suppbindir = $(libdir)/bin
|
|
gnewdir = $(prefix)/share/mc/templates
|
|
@@ -60,7 +61,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@ @MCCPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\"
|
|
+XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\"
|
|
XLDFLAGS = @LDFLAGS@
|
|
XDEFS = @DEFS@
|
|
XLIBS = @LIBS@
|