diff options
author | anholt <anholt@FreeBSD.org> | 2003-10-17 06:46:11 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-10-17 06:46:11 +0800 |
commit | 01f04af8da0acf55a4e9f7bda13e8e330117a18d (patch) | |
tree | 3b44f479654552c5f69eff5ae3f506feef331bd6 /x11 | |
parent | 3597d4aa3dc676ed8276a77c07c150dba76dedf3 (diff) | |
download | freebsd-ports-gnome-01f04af8da0acf55a4e9f7bda13e8e330117a18d.tar.gz freebsd-ports-gnome-01f04af8da0acf55a4e9f7bda13e8e330117a18d.tar.zst freebsd-ports-gnome-01f04af8da0acf55a4e9f7bda13e8e330117a18d.zip |
Fix pre-everything target. While I'm here, fix another portlint complaint.
PR: ports/58148
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4/Makefile | 9 |
1 files 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" |