summaryrefslogtreecommitdiff
path: root/mail/isync/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2007-01-18 18:26:21 +0000
committertonio <tonio@pkgsrc.org>2007-01-18 18:26:21 +0000
commite468bddd8efa9283a72f05a435837e3e6c4c297f (patch)
treefc0d246bd87855aa87a765071cec99a2d6e2076f /mail/isync/Makefile
parent16fcbecd52175b3bb0bf3eec10a9a96f25def87e (diff)
downloadpkgsrc-e468bddd8efa9283a72f05a435837e3e6c4c297f.tar.gz
Avoid segfault when parsing configuration file under netbsd
Diffstat (limited to 'mail/isync/Makefile')
-rw-r--r--mail/isync/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index d7c1f52b74c..c5b1a568985 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/01/18 10:27:11 tonio Exp $
+# $NetBSD: Makefile,v 1.20 2007/01/18 18:26:21 tonio Exp $
#
DISTNAME= isync-1.0.3
+PKGREVISION= 1
CATEGORIES= mail net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
@@ -10,6 +11,7 @@ HOMEPAGE= http://isync.sourceforge.net/
COMMENT= Synchronize a maildir with an imap server
PKG_INSTALLATION_TYPES= overwrite pkgviews
+INSTALLATION_DIRS+= share/examples/isync
GNU_CONFIGURE= YES
@@ -20,7 +22,6 @@ LDFLAGS+= -lcrypto
.include "../../databases/db4/buildlink3.mk"
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/isync
${INSTALL_DATA} ${WRKSRC}/src/mbsyncrc.sample \
${PREFIX}/share/examples/isync/mbsyncrc.sample
${INSTALL_DATA} ${WRKSRC}/src/compat/isyncrc.sample \