freebsd-ports/comms/gnokii/files/patch-Makefile.global.in
Pav Lucistnik fa4d36be29 - Update to 0.5.6
- Add WITH_SMSD knob to enable build of SMS messaging daemon
  with optional MySQL or Postgresql backend

PR:		ports/54498
Submitted by:	Guido Falsi <mad@madpilot.net>
Approved by:	adamw (mentor)
2003-12-04 22:00:20 +00:00

22 lines
715 B
Text

--- Makefile.global.in.orig Tue Jul 8 23:33:22 2003
+++ Makefile.global.in Tue Jul 8 23:33:03 2003
@@ -22,15 +22,15 @@
bindir = @bindir@
sbindir = @sbindir@
-xbindir = @XGNOKIIDIR@/bin/
+xbindir = ${prefix}/bin/
libdir = @libdir@
-xgnokii_libdir = @XGNOKIIDIR@/share/@XPACKAGE@
+xgnokii_libdir = ${prefix}/share/@XPACKAGE@
includedir = @includedir@
mandir = @mandir@
man1dir = ${mandir}/man1/
man8dir = ${mandir}/man8/
-xmandir = @XGNOKIIDIR@/man/man1/
-docdir = ${prefix}/doc/${PACKAGE}
+xmandir = ${man1dir}
+docdir = ${prefix}/share/doc/${PACKAGE}
locdir = @datadir@/locale
BIN_MODE = 0755