[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mail / dovecot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/mail/dovecot/Attic/Makefile between version 1.44 and 1.58

version 1.44, 2006/02/06 17:28:09 version 1.58, 2006/07/04 18:17:42
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=               dovecot-1.0.beta2  DISTNAME=               dovecot-1.0.rc2
 PKGNAME=                ${DISTNAME:S/.beta/b/}  PKGNAME=                ${DISTNAME:S/.rc/rc/}
 PKGREVISION=            1  
 CATEGORIES=             mail  CATEGORIES=             mail
 MASTER_SITES=           http://www.dovecot.org/releases/  MASTER_SITES=           http://www.dovecot.org/releases/
   
Line 14  PKG_INSTALLATION_TYPES= overwrite pkgvie
Line 13  PKG_INSTALLATION_TYPES= overwrite pkgvie
   
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
 GNU_CONFIGURE=          yes  GNU_CONFIGURE=          yes
   USE_TOOLS+=             pkg-config
   
 CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q}  CONFIGURE_ARGS+=        --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}  CONFIGURE_ARGS+=        --localstatedir=${VARBASE:Q}
Line 27  RCD_SCRIPTS=  dovecot
Line 27  RCD_SCRIPTS=  dovecot
 DOVECOT_USER?=          dovecot  DOVECOT_USER?=          dovecot
 DOVECOT_GROUP?=         dovecot  DOVECOT_GROUP?=         dovecot
 PKG_GROUPS=             ${DOVECOT_GROUP}  PKG_GROUPS=             ${DOVECOT_GROUP}
 PKG_USERS=              ${DOVECOT_USER}:${DOVECOT_GROUP}::Dovecot\ IMAP/POP3\ user  PKG_USERS=              ${DOVECOT_USER}:${DOVECOT_GROUP}
   
   PKG_GECOS.${DOVECOT_USER}=      Dovecot IMAP/POP3 user
   
 EGDIR=                  ${PREFIX}/share/examples/dovecot  EGDIR=                  ${PREFIX}/share/examples/dovecot
 CONF_FILES=             ${EGDIR}/dovecot.conf.default ${PKG_SYSCONFDIR}/dovecot.conf  CONF_FILES=             ${EGDIR}/dovecot.conf.default ${PKG_SYSCONFDIR}/dovecot.conf

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.58

CVSweb <webmaster@jp.NetBSD.org>