mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
8e85eff768
PR: 11847 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
--- Make.common.in.orig Tue Mar 30 08:34:33 1999
|
|
+++ Make.common.in Wed Apr 7 23:40:05 1999
|
|
@@ -17,9 +17,10 @@
|
|
|
|
builddir = @builddir@
|
|
bindir = @bindir@
|
|
+sbindir = $(exec_prefix)/sbin
|
|
sysconfdir = @sysconfdir@
|
|
datadir = @datadir@
|
|
-libdir = @libdir@
|
|
+libdir = @datadir@
|
|
mandir = @mandir@
|
|
gnomeicondir = @gnomeicondir@
|
|
xv_bindir = @xv_bindir@
|
|
@@ -64,7 +65,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=\""$(mclibdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\" -DDESKTOP_INIT_DIR=\""$(desktopdir)/"\"
|
|
+XCPPFLAGS = @CPPFLAGS@ @MCCPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(mclibdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\" -DCONFDIR=\""$(confdir)/"\" -DDESKTOP_INIT_DIR=\""$(desktopdir)/"\"
|
|
XLDFLAGS = @LDFLAGS@
|
|
XDEFS = @DEFS@
|
|
XLIBS = @LIBS@
|