summaryrefslogtreecommitdiff
path: root/mail/courier-auth
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2002-04-27 11:20:52 +0000
committeryyamano <yyamano@pkgsrc.org>2002-04-27 11:20:52 +0000
commit4692a19ee9789e851301ba19047ac4f5a871b442 (patch)
treeb04fbba9bfda777907d543d79620e0161ee5e2d7 /mail/courier-auth
parentac88bdb86d38a87793b532ee33d17d28f309aa8d (diff)
downloadpkgsrc-4692a19ee9789e851301ba19047ac4f5a871b442.tar.gz
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r--mail/courier-auth/Makefile4
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