pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/balsa Since email.soundlist does not exist in the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee63a0f5d821
branches:  trunk
changeset: 538133:ee63a0f5d821
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jan 29 19:21:06 2008 +0000

description:
Since email.soundlist does not exist in the PLIST anymore, it makes
absolutely no sense to specify it as the "original of a configuration
file" via CONF_FILES. PKGREVISION++

This fixes PR 37905.

diffstat:

 mail/balsa/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r ba88fef950e4 -r ee63a0f5d821 mail/balsa/Makefile
--- a/mail/balsa/Makefile       Tue Jan 29 19:18:26 2008 +0000
+++ b/mail/balsa/Makefile       Tue Jan 29 19:21:06 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2008/01/18 05:08:20 tnn Exp $
+# $NetBSD: Makefile,v 1.59 2008/01/29 19:21:06 rillig Exp $
 
 DISTNAME=      balsa-2.3.10
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    mail gnome
 MASTER_SITES=  http://balsa.gnome.org/
 EXTRACT_SUFX=  .tar.bz2
@@ -24,11 +24,8 @@
 CONFIGURE_ENV+=                ac_cv_lib_iconv_iconv_open=yes
 
 EGDIR=         ${PREFIX}/share/examples/balsa
-.for cnf in balsa.soundlist email.soundlist
-CONF_FILES+=   ${EGDIR}/${cnf} ${PKG_SYSCONFDIR}/sound/events/${cnf}
-.endfor
+CONF_FILES=    ${EGDIR}/balsa.soundlist ${PKG_SYSCONFDIR}/sound/events/balsa.soundlist
 
-.include "../../mk/bsd.prefs.mk"
 .include "options.mk"
 
 BUILDLINK_TRANSFORM+=          rm:-DGNOME_DISABLE_DEPRECATED



Home | Main Index | Thread Index | Old Index