pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail Do not use install-strip target since it fails



details:   https://anonhg.NetBSD.org/pkgsrc/rev/377fa5f27017
branches:  trunk
changeset: 475245:377fa5f27017
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 12 23:40:12 2004 +0000

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

diffstat:

 mail/courier-imap/Makefile        |  5 +----
 mail/courier-maildirmake/Makefile |  6 +-----
 2 files changed, 2 insertions(+), 9 deletions(-)

diffs (39 lines):

diff -r 4529a13a37c9 -r 377fa5f27017 mail/courier-imap/Makefile
--- a/mail/courier-imap/Makefile        Wed May 12 23:39:30 2004 +0000
+++ b/mail/courier-imap/Makefile        Wed May 12 23:40:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2004/03/26 18:48:52 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2004/05/12 23:40:12 wiz Exp $
 
 DISTNAME=      courier-imap-2.2.1
 PKGREVISON=    1
@@ -22,9 +22,6 @@
 
 CONFIGURE_ENV+=                OPENSSL=${SSLBASE}/bin/openssl
 
-.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s)
-INSTALL_TARGET=         install-strip
-.endif
 INSTALL_MAKE_FLAGS=    ${MAKE_FLAGS} sysconfdir=${EGDIR}
 
 SYSCONFTOOL=           ${PREFIX}/sbin/imapd.sysconftool
diff -r 4529a13a37c9 -r 377fa5f27017 mail/courier-maildirmake/Makefile
--- a/mail/courier-maildirmake/Makefile Wed May 12 23:39:30 2004 +0000
+++ b/mail/courier-maildirmake/Makefile Wed May 12 23:40:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2004/03/26 18:48:52 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2004/05/12 23:40:12 wiz Exp $
 
 PKGNAME=       courier-maildirmake-${BASE_VERS}
 COMMENT=       Courier Maildir utilities
@@ -32,10 +32,6 @@
 BUILD_DIRS=            ${WRKSRC_SUBDIRS:S/^/${WRKSRC}\//}
 INSTALL_DIRS=          ${WRKSRC}/maildir
 
-.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s)
-INSTALL_TARGET=                install-strip
-.endif
-
 CONF_FILES=    ${EGDIR}/quotawarnmsg ${PKG_SYSCONFDIR}/quotawarnmsg
 
 .include "../../mk/bdb.buildlink3.mk"



Home | Main Index | Thread Index | Old Index