de4154f558
- move config file handling to (DE)INSTALL; requested by brad@ - switch maintainer; offered by Peter
18 lines
644 B
Plaintext
18 lines
644 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2000/08/12 23:57:45 naddy Exp $
|
|
--- Makefile.orig Thu Jul 20 13:08:44 2000
|
|
+++ Makefile Wed Aug 9 02:11:09 2000
|
|
@@ -65,7 +65,12 @@ go:; @cd build-$(buildname); $(MAKE) SHE
|
|
# The installation commands are kept in a separate script, which expects
|
|
# to be run from inside the build directory.
|
|
|
|
-install:; @cd build-$(buildname); $(SHELL) ../scripts/exim_install
|
|
+install:
|
|
+ @cd build-$(buildname); \
|
|
+ INST_BIN_DIRECTORY=$(PREFIX)/sbin \
|
|
+ INST_INFO_DIRECTORY=$(PREFIX)/info \
|
|
+ INST_CONFIGURE_FILE=$(PREFIX)/share/examples/exim/configure \
|
|
+ $(SHELL) ../scripts/exim_install
|
|
|
|
# Tidy-up targets
|
|
|