diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-12 23:48:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-12 23:48:52 +0000 |
commit | b11f0b48258192881108ed9b9de10a6eaa61dd4a (patch) | |
tree | 82cec70f3658812916817e6652a7db7029b1b80b /mail | |
parent | b920b273cfa76892490e9e2a80c3bac06cdb222b (diff) | |
download | pkgsrc-b11f0b48258192881108ed9b9de10a6eaa61dd4a.tar.gz |
Do not use install-strip target since it fails
because sh install is called, and install is not found.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sqwebmail/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 585d6d95f55..4a8e7a056e6 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/03/26 18:48:52 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2004/05/12 23:48:52 wiz Exp $ DISTNAME= sqwebmail-3.6.2 CATEGORIES= www @@ -19,9 +19,6 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL .include "../courier-auth/Makefile.common" -.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s) -INSTALL_TARGET= install-strip -.endif INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} SQWEBMAIL_STATEDIR= /var/sqwebmail |