diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-29 18:26:40 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-29 18:26:40 +0800 |
commit | 885c03c97c0f1c5c4549bc9a06294060f48390c2 (patch) | |
tree | 1beb9d32ad019a8d5d855479ca305d435ce2351d /www | |
parent | bea242ae5af354ff4e603619af652c25dfe8e1e7 (diff) | |
download | freebsd-ports-gnome-885c03c97c0f1c5c4549bc9a06294060f48390c2.tar.gz freebsd-ports-gnome-885c03c97c0f1c5c4549bc9a06294060f48390c2.tar.zst freebsd-ports-gnome-885c03c97c0f1c5c4549bc9a06294060f48390c2.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/chimera/Makefile | 8 | ||||
-rw-r--r-- | www/chimera/pkg-descr | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile index 3da301ee42e7..98f07899ba84 100644 --- a/www/chimera/Makefile +++ b/www/chimera/Makefile @@ -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> diff --git a/www/chimera/pkg-descr b/www/chimera/pkg-descr index ffff9a04185f..81817a67e67a 100644 --- a/www/chimera/pkg-descr +++ b/www/chimera/pkg-descr @@ -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. |