Date: Mon, 29 Jul 2013 10:26:40 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323880 - head/www/chimera Message-ID: <201307291026.r6TAQesx040671@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Mon Jul 29 10:26:40 2013 New Revision: 323880 URL: http://svnweb.freebsd.org/changeset/ports/323880 Log: - Expand creator's name in Makefile header to make it more standard - Fix the build: scripts/configure was not being run because do-configure target in b.p.m. was masked out by the one inside Uses/imake.mk - Slightly improve on wording in COMMENT and port description Reported by: pointyhat-west Modified: head/www/chimera/Makefile head/www/chimera/pkg-descr Modified: head/www/chimera/Makefile ============================================================================== --- head/www/chimera/Makefile Mon Jul 29 09:33:40 2013 (r323879) +++ head/www/chimera/Makefile Mon Jul 29 10:26:40 2013 (r323880) @@ -1,4 +1,4 @@ -# Created by: asami +# Created by: Satoshi Asami <asami@FreeBSD.org> # $FreeBSD$ PORTNAME= chimera @@ -8,7 +8,7 @@ CATEGORIES= www MASTER_SITES= http://www.rocklinux.net/people/ripclaw/projects/software/chimera/devel/ MAINTAINER= ports@FreeBSD.org -COMMENT= X/Athena World-Wide Web client +COMMENT= X/Athena-based World Wide Web client RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support @@ -18,4 +18,8 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= chimera.1 +# Call the port's configure script explicitly, since USES=imake masks it out +pre-configure: + ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure + .include <bsd.port.mk> Modified: head/www/chimera/pkg-descr ============================================================================== --- head/www/chimera/pkg-descr Mon Jul 29 09:33:40 2013 (r323879) +++ head/www/chimera/pkg-descr Mon Jul 29 10:26:40 2013 (r323880) @@ -1,4 +1,4 @@ -Chimera is a program which allows a user to access World-Wide Web servers +Chimera is a program which allows a user to access World Wide Web servers and other information servers. It presents the user with a point-and-click graphical interface using the X Window System and the Athena Widgets.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307291026.r6TAQesx040671>