mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
20 lines
837 B
Plaintext
20 lines
837 B
Plaintext
--- Make.common.in.orig Sun Dec 6 12:04:28 1998
|
|
+++ Make.common.in Sun Dec 6 12:05:41 1998
|
|
@@ -17,6 +17,7 @@
|
|
|
|
builddir = @builddir@
|
|
bindir = @bindir@
|
|
+sbindir = $(exec_prefix)/sbin
|
|
libdir = $(exec_prefix)/lib/mc
|
|
suppbindir = $(libdir)/bin
|
|
tidir = $(libdir)/term
|
|
@@ -52,7 +53,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)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\"
|
|
+XCPPFLAGS = @CPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\"
|
|
XLDFLAGS = @LDFLAGS@
|
|
XDEFS = @DEFS@
|
|
XLIBS = @LIBS@
|