diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-05-28 15:01:22 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-05-28 15:01:22 +0000 |
commit | f36670bf2227358c061ef5f2b0cff6f91fc80c24 (patch) | |
tree | 84177c3fd137331abdb573f4fd66f8c2aeace52b /mail/sqwebmail | |
parent | cae3b755c716361e9644962ae7c0665bffc83225 (diff) | |
download | pkgsrc-f36670bf2227358c061ef5f2b0cff6f91fc80c24.tar.gz |
Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index b0f4e34fd11..576c762343e 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/05/03 14:57:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2002/05/28 15:07:05 yyamano Exp $ DISTNAME= sqwebmail-3.3.1 CATEGORIES= www @@ -14,7 +14,7 @@ REPLACE_PERL= sysconftool .include "../../mail/courier-auth/Makefile.common" -.if defined(STRIPFLAG) && !empty(STRIPFLAG:M-s) +.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s) INSTALL_TARGET= install-strip .endif |