summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/postfix/spawn
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/postfix/spawn
parentdb9db9cc005697d236ede8de637eb994f3ae989f (diff)
correct installation location for postfix flush/spawn/lmtp
Diffstat (limited to 'gnu/usr.sbin/postfix/spawn')
-rw-r--r--gnu/usr.sbin/postfix/spawn/Makefile4
1 files changed, 2 insertions, 2 deletions
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}