Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net-im/mu-conference/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 26 Jul 2007 11:31:25 -0000 1.6 +++ Makefile 26 Jul 2007 16:04:02 -0000 @@ -78,6 +78,7 @@ post-patch: @${REINPLACE_CMD} -e 's#=$$(CFLAGS)#=#g' \ -e 's#CFLAGS[:]*=#CFLAGS+=#g' \ + -e '/^CC:*=/d;s|gcc |$$(CC) |;s|-O2||g' \ -e 's#`pkg-config#`${LOCALBASE}/bin/pkg-config#g' \ ${WRKSRC}/Makefile ${WRKSRC}/*/Makefile \ ${WRKSRC}/*/*/Makefile Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/net-im/mu-conference/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 26 Jul 2007 11:31:25 -0000 1.2 +++ pkg-plist 26 Jul 2007 16:04:02 -0000 @@ -1,7 +1,4 @@ @unexec if cmp -s %D/etc/muc.xml.sample %D/etc/muc.xml; then rm -f %D/etc/muc.xml; fi bin/mu-conference etc/muc.xml.sample -%%PORTDOCS%%%%DOCSDIR%%/scripts/README -%%PORTDOCS%%%%DOCSDIR%%/scripts/roomname.pl -%%PORTDOCS%%%%DOCSDIR%%/scripts/roommaker.pl -%%PORTDOCS%%@dirrm %%DOCSDIR%%/scripts +@exec cp -n %D/%F %B/muc.xml