summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authoritojun <itojun@NetBSD.org>2001-03-15 12:03:11 +0000
committeritojun <itojun@NetBSD.org>2001-03-15 12:03:11 +0000
commit6288e2e767e67633d9ced2aee7fcdfba92979310 (patch)
treedab6808e2a22040fdd9ef811939ce047bb34c258 /gnu/usr.sbin
parentdb9db9cc005697d236ede8de637eb994f3ae989f (diff)
correct installation location for postfix flush/spawn/lmtp
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/postfix/flush/Makefile4
-rw-r--r--gnu/usr.sbin/postfix/lmtp/Makefile4
-rw-r--r--gnu/usr.sbin/postfix/spawn/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.sbin/postfix/flush/Makefile b/gnu/usr.sbin/postfix/flush/Makefile
index 1efac6d2478..ce8a09a7a18 100644
--- a/gnu/usr.sbin/postfix/flush/Makefile
+++ b/gnu/usr.sbin/postfix/flush/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2001/03/13 18:13:18 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2001/03/15 12:03:12 itojun Exp $
PROG= flush
DIST= ${.CURDIR}/../../../dist/postfix/src/${PROG}
.PATH: ${DIST}
-BINDIR= ${PFIX_SBINDIR}
+BINDIR= ${PFIX_LIBEXECDIR}
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
diff --git a/gnu/usr.sbin/postfix/lmtp/Makefile b/gnu/usr.sbin/postfix/lmtp/Makefile
index 1d482a7b3dc..ef95cd01454 100644
--- a/gnu/usr.sbin/postfix/lmtp/Makefile
+++ b/gnu/usr.sbin/postfix/lmtp/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2001/03/13 18:13:19 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2001/03/15 12:03:12 itojun Exp $
PROG= lmtp
DIST= ${.CURDIR}/../../../dist/postfix/src/${PROG}
.PATH: ${DIST}
-BINDIR= ${PFIX_SBINDIR}
+BINDIR= ${PFIX_LIBEXECDIR}
SRCS= lmtp.c lmtp_connect.c lmtp_proto.c lmtp_chat.c lmtp_session.c \
lmtp_addr.c lmtp_trouble.c lmtp_state.c lmtp_sasl_glue.c \
diff --git a/gnu/usr.sbin/postfix/spawn/Makefile b/gnu/usr.sbin/postfix/spawn/Makefile
index 3bea205cd20..91658224b81 100644
--- a/gnu/usr.sbin/postfix/spawn/Makefile
+++ b/gnu/usr.sbin/postfix/spawn/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2001/03/13 18:13:23 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2001/03/15 12:03:12 itojun Exp $
PROG= spawn
DIST= ${.CURDIR}/../../../dist/postfix/src/${PROG}
.PATH: ${DIST}
-BINDIR= ${PFIX_SBINDIR}
+BINDIR= ${PFIX_LIBEXECDIR}
DPADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}
LDADD+= ${LIBPMASTER} ${LIBPGLOBAL} ${LIBPUTIL}