diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-28 11:28:30 +0800 |
commit | 084268b65b6a4ba8cd9a2c193b165516b7a70bfe (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /mail | |
parent | 63dee78872bf0f8c9861ab6e8fb93a43b3d4eaa8 (diff) | |
download | freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.gz freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.tar.zst freebsd-ports-gnome-084268b65b6a4ba8cd9a2c193b165516b7a70bfe.zip |
Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix" instead.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/contact-lookup-applet/Makefile | 10 | ||||
-rw-r--r-- | mail/mmc/Makefile | 9 |
2 files changed, 6 insertions, 13 deletions
diff --git a/mail/contact-lookup-applet/Makefile b/mail/contact-lookup-applet/Makefile index 023cae7429f4..5c8f550ec122 100644 --- a/mail/contact-lookup-applet/Makefile +++ b/mail/contact-lookup-applet/Makefile @@ -1,11 +1,6 @@ -# New ports collection makefile for: contact lookup applet -# Date created: 22 January 2004 -# Whom: kwm@rainbow-runner.nl -# +# Created by: kwm@rainbow-runner.nl # $FreeBSD$ # $MCom: ports/mail/contact-lookup-applet/Makefile,v 1.15 2007/07/29 22:17:31 mezz Exp $ -# - PORTNAME= contact PORTVERSION= 0.17 PORTREVISION= 8 @@ -17,7 +12,8 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Gnome panel applet for easy Evolution contact book access -USE_GNOME= evolutiondataserver gnomehack gnomepanel gnomeprefix \ +USES= pathfix +USE_GNOME= evolutiondataserver gnomepanel gnomeprefix \ libgnomeui USE_GETTEXT= yes USE_GMAKE= yes diff --git a/mail/mmc/Makefile b/mail/mmc/Makefile index cd814670eaad..ff9236d4aae5 100644 --- a/mail/mmc/Makefile +++ b/mail/mmc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mmc -# Date created: 21 July 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= mmc PORTVERSION= 0.5 @@ -16,7 +12,8 @@ COMMENT= A tiny mail client for Gnome Desktop WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1//} -USE_GNOME= gnomehack gnomelibs gnomeprefix +USES= pathfix +USE_GNOME= gnomelibs gnomeprefix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |