svn commit: r323880 - head/www/chimera

Alexey Dokuchaev danfe at FreeBSD.org
Mon Jul 29 10:26:41 UTC 2013


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 at 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 at 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.
 


More information about the svn-ports-all mailing list