summaryrefslogtreecommitdiff
path: root/mail/procmail/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r--mail/procmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile
index 015e5baa2ca..d31183d9822 100644
--- a/mail/procmail/Makefile
+++ b/mail/procmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2011/10/31 22:58:45 sbd Exp $
+# $NetBSD: Makefile,v 1.47 2012/03/12 13:22:16 fhajny Exp $
#
DISTNAME= procmail-3.22
@@ -30,7 +30,7 @@ PROCMAIL_TRUSTED_IDS?=\
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
-### Inlining functions (implied by -O3 or higher) cause the strstr() test
+### Inlining functions (implied by -O3 or higher) cause the strstr() test
### to enter an infinite loop so disable it. This fixes PR pkg/30999.
CFLAGS+= -fno-inline-functions
@@ -61,7 +61,7 @@ do-install:
for f in procmailex.5 procmailrc.5 procmailsc.5; do \
${INSTALL_MAN} $$f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5/$$f; \
done
- ${SH} ${WRKSRC}/suid.sh
+ DESTDIR=${DESTDIR:Q} ${SH} ${WRKSRC}/suid.sh
.endif
.include "../../mk/bsd.pkg.mk"