diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-04-27 11:20:52 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-04-27 11:20:52 +0000 |
commit | 4692a19ee9789e851301ba19047ac4f5a871b442 (patch) | |
tree | b04fbba9bfda777907d543d79620e0161ee5e2d7 | |
parent | ac88bdb86d38a87793b532ee33d17d28f309aa8d (diff) | |
download | pkgsrc-4692a19ee9789e851301ba19047ac4f5a871b442.tar.gz |
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
-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 |