diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-05-22 07:28:01 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-05-22 07:28:01 +0000 |
commit | 3a6d042ea0d822260a5d6d9abe361b50644a8325 (patch) | |
tree | 41ecdf1a1a3e6260a0a146585d6cd31fcc79fb04 /x11 | |
parent | 74eae852a0a477b44e5d0de2e64715a7b1b2ab02 (diff) | |
download | freebsd-ports-3a6d042ea0d822260a5d6d9abe361b50644a8325.zip |
The instructions in UPDATING are also applicable for fresh installations
of X, so try to ease user confusion.
Approved by: portmgr (self)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xorg-libraries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile index 9761d40f4203..031d35a2744a 100644 --- a/x11/xorg-libraries/Makefile +++ b/x11/xorg-libraries/Makefile @@ -66,7 +66,7 @@ RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/x11.pc:${PORTSDIR}/x11/libX11 \ .if !defined(XORG_UPGRADE) && !defined(PACKAGE_BUILDING) pre-everything:: - @test -L /usr/X11R6 || ( echo "Read ${PORTSDIR}/UPDATING for the procedure to upgrade to xorg 7.2." && /usr/bin/false ) + @test -L /usr/X11R6 || ( echo "Read ${PORTSDIR}/UPDATING for the procedure to upgrade or install xorg 7.2." && /usr/bin/false ) .endif do-install: |