Index: head/mail/librfc822/pkg-plist =================================================================== --- head/mail/librfc822/pkg-plist (revision 118458) +++ head/mail/librfc822/pkg-plist (nonexistent) @@ -1,7 +0,0 @@ -include/rfc822.hh -lib/librfc822.a -%%PORTDOCS%%%%DOCSDIR%%/readme.html -%%PORTDOCS%%%%DOCSDIR%%/readme.txt -%%PORTDOCS%%%%DOCSDIR%%/user-manual.html -%%PORTDOCS%%%%DOCSDIR%%/user-manual.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/mail/librfc822/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/mail/librfc822/Makefile =================================================================== --- head/mail/librfc822/Makefile (revision 118458) +++ head/mail/librfc822/Makefile (revision 118459) @@ -1,34 +1,35 @@ # ex:ts=8 # Ports collection makefile for: librfc822 # Date created: Apr 19, 2002 # Whom: ijliao # # $FreeBSD$ # PORTNAME= librfc822 PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= mail devel MASTER_SITES= http://cryp.to/librfc822/ MAINTAINER= ports@FreeBSD.org COMMENT= A complete parser for RFC822 addresses -DOCS= readme.html readme.txt user-manual.html user-manual.pdf +USE_GCC= 2.95 +USE_REINPLACE= yes -.include +PORTDOCS= readme.html readme.txt user-manual.html user-manual.pdf +PLIST_FILES= include/rfc822.hh lib/librfc822.a -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif +post-patch: + @${REINPLACE_CMD} -E -e 's/^(CXX.*)=(.*)/\1\?=\2/' ${WRKSRC}/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/rfc822.hh ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/librfc822.a ${PREFIX}/lib .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + @cd ${WRKSRC}/documentation && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include +.include Property changes on: head/mail/librfc822/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property