summaryrefslogtreecommitdiff
path: root/mail/maildrop
diff options
context:
space:
mode:
authoryyamano <yyamano>2002-04-25 15:26:02 +0000
committeryyamano <yyamano>2002-04-25 15:26:02 +0000
commit43e00a6ed7e2cfa11050738ca7679b8c3728653e (patch)
treea92ed757fff47fd8b02921288a6edb649c80a674 /mail/maildrop
parent9936921dbe550d80628bcd2c4743591147cc2b58 (diff)
downloadpkgsrc-43e00a6ed7e2cfa11050738ca7679b8c3728653e.tar.gz
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'mail/maildrop')
-rw-r--r--mail/maildrop/Makefile4
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