diff options
author | abs <abs@pkgsrc.org> | 2009-09-29 12:34:19 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-09-29 12:34:19 +0000 |
commit | a6b0b4e1323d8c3e9d11162456b688e9a9819f59 (patch) | |
tree | 55e8b52f954fa94f175e9d31ccf7b3ec313cac75 /mail/imapsync/Makefile | |
parent | ed3920a0428fdbfdaba181fe55a6a06440e77479 (diff) | |
download | pkgsrc-a6b0b4e1323d8c3e9d11162456b688e9a9819f59.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/Makefile | 9 |
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 |