pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/courier-auth Do not use install-strip target sinc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54d000a4c87b
branches:  trunk
changeset: 475242:54d000a4c87b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed May 12 23:38:34 2004 +0000

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

The installed files are stripped automatically even after this change.

diffstat:

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

diffs (19 lines):

diff -r c95033c207b8 -r 54d000a4c87b mail/courier-auth/Makefile
--- a/mail/courier-auth/Makefile        Wed May 12 21:56:52 2004 +0000
+++ b/mail/courier-auth/Makefile        Wed May 12 23:38:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/02/22 02:18:31 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/05/12 23:38:34 wiz Exp $
 
 PKGNAME=       courier-auth-${BASE_VERS}
 CATEGORIES=    security
@@ -18,9 +18,6 @@
 
 WRKSRC_FILES+=         imap/system-auth.authpam
 
-.if defined(_STRIPFLAG_INSTALL) && !empty(_STRIPFLAG_INSTALL:M-s)
-INSTALL_TARGET=                install-strip
-.endif
 INSTALL_DIRS=          ${WRKSRC}/makedat ${WRKSRC}/userdb ${WRKSRC}/authlib
 
 GEN_FILES=             authdaemonrc



Home | Main Index | Thread Index | Old Index