diff options
| author | itojun <itojun@NetBSD.org> | 2001-03-15 12:03:11 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2001-03-15 12:03:11 +0000 |
| commit | 6288e2e767e67633d9ced2aee7fcdfba92979310 (patch) | |
| tree | dab6808e2a22040fdd9ef811939ce047bb34c258 /gnu/usr.sbin/postfix/spawn | |
| parent | db9db9cc005697d236ede8de637eb994f3ae989f (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/Makefile | 4 |
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} |
