Files
macports-ports/mail/sqlgrey/files/patch-Makefile.diff
Bradley Giesbrecht 4b9b33446b mail/sqlgrey:
- Make database table names configurable.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98805 d073be05-634f-4543-b044-5fe20cf6d1d6
2012-10-17 05:44:55 +00:00

18 lines
503 B
Diff

--- a/Makefile 2012-08-24 18:05:39.000000000 -0700
+++ b/Makefile 2012-08-24 18:06:42.000000000 -0700
@@ -1,10 +1,10 @@
INSTALL = install
-ETCDIR = $(ROOTDIR)/etc
+ETCDIR = @DESTROOT@@PREFIX@/etc
CONFDIR = $(ETCDIR)/sqlgrey
-SBINDIR = $(ROOTDIR)/usr/sbin
-BINDIR = $(ROOTDIR)/usr/bin
+SBINDIR = @DESTROOT@@PREFIX@/sbin
+BINDIR = @DESTROOT@@PREFIX@/bin
INITDIR = $(ETCDIR)/init.d
-MANDIR = $(ROOTDIR)/usr/share/man/man1
+MANDIR = @DESTROOT@@PREFIX@/share/man/man1
VERSION := $(shell cat VERSION)