diff options
author | obache <obache> | 2009-06-27 04:16:57 +0000 |
---|---|---|
committer | obache <obache> | 2009-06-27 04:16:57 +0000 |
commit | fe3b9d216f4a64440142d0dea9e9dbb717ec907f (patch) | |
tree | dd7fa8651de128df6b77796815d6933f35faa7da /security/courier-authlib/Makefile | |
parent | 6e7c69ee584cf3123dd3ec7b36f9be0135ff1c4c (diff) | |
download | pkgsrc-fe3b9d216f4a64440142d0dea9e9dbb717ec907f.tar.gz |
Add ${TRUE} to end of the GENERATE_PLIST to avoid picked up exit code of last
test command.
Diffstat (limited to 'security/courier-authlib/Makefile')
-rw-r--r-- | security/courier-authlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index fa93b2e42ac..4f42628ec2b 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -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 @@ CONF_FILES_PERMS+= ${EGDIR}/${file}.dist ${PKG_SYSCONFDIR}/${file} \ GENERATE_PLIST+= ${TEST} -f ${DESTDIR}${PREFIX}/${file} && \ ${ECHO} "${file}"; .endfor +GENERATE_PLIST+= ${TRUE}; INSTALLATION_DIRS= bin sbin |