diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-04-25 15:26:02 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-04-25 15:26:02 +0000 |
commit | 5444b03dfec7397b2f97eceadf93d4dbd5f0debd (patch) | |
tree | a92ed757fff47fd8b02921288a6edb649c80a674 /mail/maildrop | |
parent | 33305bbb230fe5a78e0288323501204bade3da70 (diff) | |
download | pkgsrc-5444b03dfec7397b2f97eceadf93d4dbd5f0debd.tar.gz |
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 43523d5a1e6..dad3c7ede8c 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/02/03 13:38:39 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/04/25 15:26:02 yyamano Exp $ DISTNAME= maildrop-1.3.7 COMMENT= Courier mail delivery agent with filtering abilities @@ -15,7 +15,7 @@ USE_BUILDLINK_ONLY= yes CONFIGURE_ARGS+= --with-etcdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --disable-userdb -.if defined(STRIPFLAG) && !empty(STRIPFLAG:M-s) +.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s) INSTALL_TARGET= install-strip .endif |