pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sqwebmail Do not use install-strip target since i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5383e24f930f
branches:  trunk
changeset: 475247:5383e24f930f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 12 23:48:52 2004 +0000

description:
Do not use install-strip target since it fails
because sh install is called, and install is not found.

diffstat:

 mail/sqwebmail/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r f24b4651924b -r 5383e24f930f mail/sqwebmail/Makefile
--- a/mail/sqwebmail/Makefile   Wed May 12 23:41:48 2004 +0000
+++ b/mail/sqwebmail/Makefile   Wed May 12 23:48:52 2004 +0000
@@ -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 @@
 
 .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



Home | Main Index | Thread Index | Old Index