From ee9cc4fb2b78ab7d3fd23cc5c9cb1925fafb2c5c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 16 Oct 2003 22:46:11 +0000 Subject: [PATCH] Fix pre-everything target. While I'm here, fix another portlint complaint. PR: ports/58148 Submitted by: Oliver Eikemeier --- x11/XFree86-4/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 075772600d40..d8081ce1a3c1 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= # none DISTFILES= # none EXTRACT_ONLY= # none +MAINTAINER= anholt@FreeBSD.org +COMMENT= X11/XFree86 core distribution (complete, using mini/meta-ports) + LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries RUN_DEPENDS= xvinfo:${PORTSDIR}/x11/XFree86-4-clients \ ${X11BASE}/lib/X11/doc/ddx.TXT:${PORTSDIR}/x11/XFree86-4-documents \ @@ -25,10 +28,6 @@ RUN_DEPENDS= xvinfo:${PORTSDIR}/x11/XFree86-4-clients \ ${X11BASE}/bin/xf86cfg:${PORTSDIR}/x11-servers/XFree86-4-Server \ ${X11BASE}/bin/Xwrapper-4:${PORTSDIR}/x11/wrapper - -MAINTAINER= anholt@FreeBSD.org -COMMENT= X11/XFree86 core distribution (complete, using mini/meta-ports) - NO_BUILD= yes LATEST_LINK= XFree86 FONT100DPI= ${X11BASE}/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz @@ -37,7 +36,7 @@ FONTCYR= ${X11BASE}/lib/X11/fonts/cyrillic/crox1c.pcf.gz FONTDEFAULT= ${X11BASE}/lib/X11/fonts/misc/cursor.pcf.gz FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf -pre-everything: +pre-everything:: @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" @${ECHO_MSG} "This port does not ensure things are upgraded; use portupgrade if you want to"