diff options
author | rillig <rillig> | 2008-01-29 19:21:06 +0000 |
---|---|---|
committer | rillig <rillig> | 2008-01-29 19:21:06 +0000 |
commit | f683da36269685cdcad5bbb19dd04a8225a7adad (patch) | |
tree | a24b6065b726173e1705035b415ae205655c8d67 /mail | |
parent | bb33fc5eb7e7a55f88c6120f7b301208e715980b (diff) | |
download | pkgsrc-f683da36269685cdcad5bbb19dd04a8225a7adad.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/balsa/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 38c7059658d..aa74e76d4d8 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -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_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 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 |