pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Add ${TRUE} to end of the GEN...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f8f02362bff
branches:  trunk
changeset: 394953:4f8f02362bff
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Jun 27 04:16:57 2009 +0000

description:
Add ${TRUE} to end of the GENERATE_PLIST to avoid picked up exit code of last
test command.

diffstat:

 security/courier-authlib/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 272c754932bd -r 4f8f02362bff security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Sat Jun 27 01:01:07 2009 +0000
+++ b/security/courier-authlib/Makefile Sat Jun 27 04:16:57 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/06/14 22:58:08 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2009/06/27 04:16:57 obache Exp $
 
 .include "Makefile.common"
 
@@ -86,6 +86,7 @@
 GENERATE_PLIST+=       ${TEST} -f ${DESTDIR}${PREFIX}/${file} &&       \
                        ${ECHO} "${file}";
 .endfor
+GENERATE_PLIST+=       ${TRUE};
 
 INSTALLATION_DIRS=     bin sbin
 



Home | Main Index | Thread Index | Old Index