diff options
author | martti <martti@pkgsrc.org> | 2005-12-31 15:16:18 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-12-31 15:16:18 +0000 |
commit | 3e5b04d5a68a1bf43e4222e4e74da3e83d1d5729 (patch) | |
tree | a3cc854094c71573fdd0b5c0177ba65b9fa77279 /mail/postfix-current | |
parent | 33816892b22bbc05d66857c12340aee682038040 (diff) | |
download | pkgsrc-3e5b04d5a68a1bf43e4222e4e74da3e83d1d5729.tar.gz |
Add ${POSTFIX_QUEUE_DIR}/etc to OWN_DIRS. Suggested by Jeremy C. Reed.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 8238858c5b2..04246a6a0d4 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2005/12/30 06:29:41 martti Exp $ +# $NetBSD: Makefile,v 1.53 2005/12/31 15:16:18 martti Exp $ DISTNAME= postfix-2.3-20051128 PKGREVISION= 1 @@ -87,7 +87,7 @@ MAKE_ENV+= CC=${CC:Q} OPT=${CFLAGS:M*:Q} MAKE_ENV+= AUXLIBS=${AUXLIBS:Q} CCARGS=${CCARGS:Q} RCD_SCRIPTS= postfix -OWN_DIRS+= ${POSTFIX_QUEUE_DIR} +OWN_DIRS+= ${POSTFIX_QUEUE_DIR} ${POSTFIX_QUEUE_DIR}/etc MAKE_DIRS+= ${PKG_SYSCONFDIR} PKG_GROUPS?= postfix maildrop |