diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-01-20 22:55:43 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-01-20 22:55:43 +0000 |
commit | f6220f76cab0aa5a2d645a064a135ce03d7a4c3a (patch) | |
tree | 313a8e830f7a7c812f8133ef2e85296c56ea9e08 /mail/procmail/Makefile | |
parent | cd608d4042f6ee6abc540399007e0b2029d56788 (diff) | |
download | pkgsrc-f6220f76cab0aa5a2d645a064a135ce03d7a4c3a.tar.gz |
Make this use ${CHMOD} rather than 'chmod', which may be in different
locations (and thus not even in the PATH), depending on the platform.
This partly adresses PR pkg/19804.
Diffstat (limited to 'mail/procmail/Makefile')
-rw-r--r-- | mail/procmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index b1b1a0e5619..463ffcf4001 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/10/21 07:22:10 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2003/01/20 22:55:43 jschauma Exp $ # DISTNAME= procmail-3.22 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.procmail.org/ COMMENT= Local mail delivery agent USE_BUILDLINK2= YES -MAKE_ENV= SHELL=${SH} +MAKE_ENV+= SHELL=${SH} CHMOD=${CHMOD} INSTALL_TARGET= install-suid install.man .include "../../mk/bsd.prefs.mk" |