summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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