summaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorjmmv <jmmv>2002-12-28 14:49:35 +0000
committerjmmv <jmmv>2002-12-28 14:49:35 +0000
commit497efdefe06865d45c5ad3a2a11eca4e8791842c (patch)
tree7cca0c18e1e363a5c56e516cf616ec347947e894 /mail/sylpheed
parent71ce034b67ac2122d89f8e26bfd6de76ebb3b79d (diff)
downloadpkgsrc-497efdefe06865d45c5ad3a2a11eca4e8791842c.tar.gz
mime.types needs to be installed (under share/examples/sylpheed) so that
CONF_FILES will work with binary packages. Bump PKGREVISION to 1.
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/Makefile10
-rw-r--r--mail/sylpheed/PLIST4
2 files changed, 11 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index 211f112bcfa..ffe0220084d 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2002/12/22 14:22:38 chris Exp $
+# $NetBSD: Makefile,v 1.29 2002/12/28 14:49:35 jmmv Exp $
DISTNAME= sylpheed-0.8.7
+PKGREVISION= 1
CATEGORIES= mail news x11
MASTER_SITES= http://sylpheed.good-day.net/sylpheed/
EXTRACT_SUFX= .tar.bz2
@@ -48,7 +49,12 @@ CONFIGURE_ARGS+= --enable-ldap
.include "../../databases/openldap/buildlink2.mk"
.endif
-CONF_FILES= ${FILESDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
+EGDIR= ${PREFIX}/share/examples/sylpheed
+CONF_FILES= ${EGDIR}/mime.types ${PKG_SYSCONFDIR}/mime.types
+
+post-install:
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${FILESDIR}/mime.types ${EGDIR}
.include "../../converters/libiconv/buildlink2.mk"
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
diff --git a/mail/sylpheed/PLIST b/mail/sylpheed/PLIST
index fb9f6972740..edc13b62c02 100644
--- a/mail/sylpheed/PLIST
+++ b/mail/sylpheed/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.5 2002/12/22 14:22:38 chris Exp $
+@comment $NetBSD: PLIST,v 1.6 2002/12/28 14:49:35 jmmv Exp $
bin/sylpheed
+share/examples/sylpheed/mime.types
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/sylpheed.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/sylpheed.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/sylpheed.mo
@@ -96,3 +97,4 @@ share/sylpheed/manual/ja/sylpheed.sgml
@dirrm share/sylpheed/faq/de
@dirrm share/sylpheed/faq
@dirrm share/sylpheed
+@dirrm share/examples/sylpheed