Index: head/mail/nmzmail/Makefile =================================================================== --- head/mail/nmzmail/Makefile (revision 382747) +++ head/mail/nmzmail/Makefile (revision 382748) @@ -1,39 +1,39 @@ # Created by: fernan@iib.unsam.edu.ar # $FreeBSD$ PORTNAME= nmzmail PORTVERSION= 0.1.3 PORTREVISION= 4 CATEGORIES= mail -MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ CENKES +MASTER_SITES= http://www.ecademix.com/JohannesHofmann/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast mail searching for mutt RUN_DEPENDS= namazu:${PORTSDIR}/databases/namazu2 GNU_CONFIGURE= yes USES= gmake readline PLIST_FILES= bin/nmzmail PORTDOCS= README NEWS OPTIONS_DEFINE= DOCS pre-extract: .if !defined(MAX_MAIL_DIRS) @ ${ECHO_MSG} "You can define MAX_MAIL_DIRS=n." @ ${ECHO_MSG} "nmzmail will only process this many mailboxes, the default is 32." .endif post-extract: .if defined(MAX_MAIL_DIRS) @ ${SED} -i.bak -e 's/MAX_MAIL_DIRS 32/MAX_MAIL_DIRS ${MAX_MAIL_DIRS}/' \ ${WRKSRC}/src/nmzmail.c .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Index: head/mail/textmail/Makefile =================================================================== --- head/mail/textmail/Makefile (revision 382747) +++ head/mail/textmail/Makefile (revision 382748) @@ -1,34 +1,34 @@ # Created by: Andrew Pantyukhin # $FreeBSD$ PORTNAME= textmail PORTVERSION= 20070803 PORTREVISION= 5 CATEGORIES= mail -MASTER_SITES= http://raf.org/textmail/ CENKES +MASTER_SITES= http://raf.org/textmail/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts e-mail attachments to plain-text RUN_DEPENDS= antiword:${PORTSDIR}/textproc/antiword \ catdoc:${PORTSDIR}/textproc/catdoc \ xls2csv:${PORTSDIR}/textproc/catdoc \ lynx:${PORTSDIR}/www/lynx \ pdftotext:${PORTSDIR}/graphics/poppler-utils USES= perl5 shebangfix SHEBANG_FILES= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz NO_WRKSUBDIR= yes post-patch: @${REINPLACE_CMD} -e '3s|^|\${.newline}$$ENV{'PATH'} = "${LOCALBASE}/libexec/xpdf:$$ENV{'PATH'}";\${.newline}|' ${WRKSRC}/${PORTNAME} do-build: @cd ${WRKSRC}/&&pod2man ${PORTNAME}>${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include