Update to 0.3.6: Numerous fixes, including removeall and disclaimer insertion facilities. Also fixed up a segfault situation. See http://www.pldaniels.com/altermime/CHANGELOG for details.
State Changed From-To: open->feedback I suggest the following modifications; could you please review them? - remove the superfluous target do-build; - install under $PREFIX. --- altermime.diff begins here --- diff -urN mail/altermime.orig/Makefile mail/altermime/Makefile --- mail/altermime.orig/Makefile Thu May 5 22:54:05 2005 +++ mail/altermime/Makefile Thu May 5 22:52:21 2005 @@ -22,11 +22,8 @@ post-patch: @${REINPLACE_CMD} -e "s/CFLAGS=-Wall -g/CFLAGS=-Wall ${CFLAGS}/" ${WRKSRC}/Makefile -do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} -f Makefile - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${LOCALBASE}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} --- altermime.diff ends here --- Regards,
Responsible Changed From-To: freebsd-ports-bugs->thierry Take it.
State Changed From-To: feedback->closed Committed, thanks!