diff options
author | martti <martti@pkgsrc.org> | 2007-04-03 07:18:59 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-04-03 07:18:59 +0000 |
commit | b83343989565464da150892d5f234e932775de85 (patch) | |
tree | 0157db9f1aef04a22e4350c5122faaf876d7d79d /mail/postfix-current/Makefile | |
parent | 4c9657f0040c7db8330faec937265922f4c3d45b (diff) | |
download | pkgsrc-b83343989565464da150892d5f234e932775de85.tar.gz |
Some pkglint fixes.
Diffstat (limited to 'mail/postfix-current/Makefile')
-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 65b60383ed9..17b0d8c3434 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2007/02/15 06:38:13 martti Exp $ +# $NetBSD: Makefile,v 1.79 2007/04/03 07:18:59 martti Exp $ DISTNAME= postfix-2.4-20070214 #PKGREVISION= 1 @@ -153,7 +153,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/conf/post-install ${EXAMPLEDIR} ${INSTALL_SCRIPT} ${WRKSRC}/conf/postfix-script ${EXAMPLEDIR} ${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLEDIR}/mailer.conf - cd ${WRKSRC}; sh ./postfix-install -non-interactive \ + cd ${WRKSRC} && sh ./postfix-install -non-interactive \ config_directory="${EXAMPLEDIR}" ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl \ ${PREFIX}/sbin/qshape |