diff options
author | wiz <wiz> | 2004-05-12 23:48:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-05-12 23:48:52 +0000 |
commit | 91ad8a3b3d1203a74f10ff9630131d423144b505 (patch) | |
tree | 82cec70f3658812916817e6652a7db7029b1b80b /mail | |
parent | a87dbb2fa8163f9c36fa7b03b7fc91828cbe334c (diff) | |
download | pkgsrc-91ad8a3b3d1203a74f10ff9630131d423144b505.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 |