diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /security/courier-authlib/Makefile | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'security/courier-authlib/Makefile')
-rw-r--r-- | security/courier-authlib/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index dc780eee66f..fa93b2e42ac 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2009/05/19 08:59:30 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2009/06/14 22:58:08 joerg Exp $ .include "Makefile.common" @@ -86,12 +86,6 @@ CONF_FILES_PERMS+= ${EGDIR}/${file}.dist ${PKG_SYSCONFDIR}/${file} \ GENERATE_PLIST+= ${TEST} -f ${DESTDIR}${PREFIX}/${file} && \ ${ECHO} "${file}"; .endfor -.if !empty(AUTHLIB_PLIST:M${AUTHEXAMPLEDIR}/*) -GENERATE_PLIST+= ${ECHO} "@dirrm ${AUTHEXAMPLEDIR}"; -.endif -GENERATE_PLIST+= ${ECHO} "@dirrm ${AUTHDOCDIR}"; -GENERATE_PLIST+= ${ECHO} "@dirrm ${AUTHLIBEXECDIR}"; -GENERATE_PLIST+= ${ECHO} "@dirrm ${AUTHLIBDIR}"; INSTALLATION_DIRS= bin sbin |