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 | f7135b980c7e896467f150a45838fbf14a86fa75 (patch) | |
tree | 82cec70f3658812916817e6652a7db7029b1b80b /mail/sqwebmail | |
parent | d722be87088a8a5b48ee7cdc605bf853a65e6f95 (diff) | |
download | pkgsrc-f7135b980c7e896467f150a45838fbf14a86fa75.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/sqwebmail')
-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 |