Index: head/textproc/p5-RTF-Parser/Makefile =================================================================== --- head/textproc/p5-RTF-Parser/Makefile (revision 451247) +++ head/textproc/p5-RTF-Parser/Makefile (revision 451248) @@ -1,22 +1,25 @@ # Created by: clsung@dragon2.net # $FreeBSD$ PORTNAME= RTF-Parser PORTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module for parsing RTF files LICENSE= ART10 GPLv1+ LICENSE_COMB= dual BUILD_DEPENDS= p5-RTF-Tokenizer>=1.16:textproc/p5-RTF-Tokenizer RUN_DEPENDS:= ${BUILD_DEPENDS} + +CONFLICTS_INSTALL= rtf2html-[0-9]* USES= perl5 USE_PERL5= configure .include Index: head/textproc/rtf2html/Makefile =================================================================== --- head/textproc/rtf2html/Makefile (revision 451247) +++ head/textproc/rtf2html/Makefile (revision 451248) @@ -1,22 +1,27 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= rtf2html DISTVERSION= 1.1b +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple rtf2html converter + +LICENSE= BSD2CLAUSE + +CONFLICTS_INSTALL= p5-RTF-Parser-[0-9]* PLIST_FILES= bin/rtf2html WRKSRC= ${WRKDIR}/${PORTNAME} do-build: ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include