diff options
author | joerg <joerg@pkgsrc.org> | 2016-04-10 16:39:27 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-04-10 16:39:27 +0000 |
commit | 2cbd07f178c453f1addd2e6952430600e9ef8b97 (patch) | |
tree | ea1bcebaf94574f134b87b95b393c7c2a0a9b785 /mail/postfix/Makefile.common | |
parent | 0479365b0022911c26a39da3ce8d6bd1a1894dd1 (diff) | |
download | pkgsrc-2cbd07f178c453f1addd2e6952430600e9ef8b97.tar.gz |
Adjust checks for _USE_DESTDIR != no or incorrect references to
USE_DESTDIR.
Diffstat (limited to 'mail/postfix/Makefile.common')
-rw-r--r-- | mail/postfix/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index 1d9d796a083..115e76356eb 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2015/09/07 09:47:01 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.2 2016/04/10 16:39:28 joerg Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module @@ -115,9 +115,7 @@ CCARGS+= -DNO_NISPLUS CFLAGS.SunOS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -.if !empty(USE_DESTDIR:M[Yy][Ee][Ss]) DESTDIR_INSTALLOPTIONS=-package install_root="${DESTDIR}" -.endif do-configure: cd ${WRKSRC} && \ |