diff options
author | wiz <wiz@pkgsrc.org> | 2004-05-12 23:38:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-05-12 23:38:34 +0000 |
commit | 8fb7ffc47aa7d440e6b2b6c09a4b637cda28a107 (patch) | |
tree | 802c7b7531de66954e0bdb06ca3760e10fd47882 /mail | |
parent | 5ee0f06207f3e65fb7007bd684a76a97e9a179b7 (diff) | |
download | pkgsrc-8fb7ffc47aa7d440e6b2b6c09a4b637cda28a107.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/courier-auth/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/courier-auth/Makefile b/mail/courier-auth/Makefile index 8be0150ac96..9f23b3d0853 100644 --- a/mail/courier-auth/Makefile +++ b/mail/courier-auth/Makefile @@ -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 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL 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 |