diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index 82a837a5d108..f34a543888b3 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -1,37 +1,37 @@ # New ports collection makefile for: xearth # Date created: 29 October 1994 # Whom: piero # # $FreeBSD$ # PORTNAME= xearth PORTVERSION= 1.1 PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ ${MASTER_SITE_XCONTRIB:S/$/:xcontrib/} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= applications/:xcontrib simon/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xcontrib,local -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mexas@bristol.ac.uk COMMENT= Set the root window to the image of earth BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake USE_XORG= x11 xext sm ice xt MAN1= xearth.1 pre-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} post-install: @${MKDIR} ${PREFIX}/lib/X11/xearth @${INSTALL_MAN} ${WRKSRC}/xearth.man ${MANPREFIX}/man/man1/xearth.1 # Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.submitters.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${PREFIX}/lib/X11/xearth .endfor .include diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 7a3899d74694..f48283c798e0 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,48 +1,48 @@ # ex:ts=8 # Ports collection makefile for: urlview # Date created: 21 April 1998 # Whom: Josh Gilliam # # $FreeBSD$ # PORTNAME= urlview PORTVERSION= 0.9 PORTREVISION= 6 CATEGORIES= textproc www MASTER_SITES= ftp://ftp.mutt.org/mutt/contrib/ \ ftp://ftp.sunsite.auc.dk/pub/mail/mutt/contrib/ \ ftp://ftp.cs.tu-berlin.de/pub/net/mail/mutt/contrib/ #PATCH_SITES= http://feeding.frenzy.com/~rainking/ #PATCHFILES= urlview.diff -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mexas@bristol.ac.uk COMMENT= URL extractor/launcher GNU_CONFIGURE= yes MAN1= urlview.1 SUB_FILES= gecko.sh SUB_LIST= GECKO=${GECKO} .if defined(WITH_FIREFOX) USE_FIREFOX= 36 GECKO= firefox3 .elif defined(WITH_SEAMONKEY) USE_SEAMONKEY= 20 GECKO= seamonkey .endif .include post-patch: @${REINPLACE_CMD} -e "s,!!PREFIX!!,${PREFIX},g" \ -e "s,/usr/X11R6,${X11BASE},g" ${WRKSRC}/url_handler.sh @${REINPLACE_CMD} -e \ "s,/etc/urlview.conf,${PREFIX}/etc/urlview.conf,g" ${WRKSRC}/* post-install: ${INSTALL_SCRIPT} ${WRKSRC}/url_handler.sh ${WRKDIR}/gecko.sh \ ${PREFIX}/bin .include