summaryrefslogtreecommitdiff
path: root/mail/imapsync/Makefile
diff options
context:
space:
mode:
authorabs <abs>2009-09-29 12:34:19 +0000
committerabs <abs>2009-09-29 12:34:19 +0000
commit3b2e5eceb6624bd24a7b5ef09805f91877c98b91 (patch)
tree55e8b52f954fa94f175e9d31ccf7b3ec313cac75 /mail/imapsync/Makefile
parent1c446b962eca46164d8cdc72317d36e07fcd5214 (diff)
downloadpkgsrc-3b2e5eceb6624bd24a7b5ef09805f91877c98b91.tar.gz
Remove subst of IMAPClient => ImapClient2 now we can use the standard
IMAPClient module. Bump pkgrevision
Diffstat (limited to 'mail/imapsync/Makefile')
-rw-r--r--mail/imapsync/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile
index cd41dafd42e..10cfa3d0964 100644
--- a/mail/imapsync/Makefile
+++ b/mail/imapsync/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2009/08/13 15:20:33 abs Exp $
+# $NetBSD: Makefile,v 1.7 2009/09/29 12:34:19 abs Exp $
#
DISTNAME= imapsync-1.286
+PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.linux-france.org/prj/imapsync/dist/
EXTRACT_SUFX= .tgz
@@ -25,12 +26,6 @@ REPLACE_PERL+= imapsync
INSTALLATION_DIRS= bin share/doc
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= pre-configure
-SUBST_FILES.conf= imapsync
-SUBST_SED.conf= -e "s:IMAPClient:IMAPClient2:g"
-SUBST_MESSAGE.conf= Replacing IMAPClient with IMAPClient2
-
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/imapsync ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/imapsync