diff options
-rw-r--r-- | mail/courier-auth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-auth/Makefile b/mail/courier-auth/Makefile index fa751548459..0920c2cd14a 100644 --- a/mail/courier-auth/Makefile +++ b/mail/courier-auth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/02/03 13:38:38 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/04/27 11:20:52 yyamano Exp $ PKGNAME= courier-auth-${BASE_VERS} PKGREVISION?= 1 @@ -14,7 +14,7 @@ REPLACE_PERL= sysconftool .include "../../mail/courier-auth/Makefile.authdaemond" -.if defined(STRIPFLAG) && !empty(STRIPFLAG:M-s) +.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s) INSTALL_TARGET= install-strip .endif |