Rename PLIST.noX11 to pkg-plist.noX11.

(I believe I got this right, but since this PLIST is actually
processed in scripts/conifgure, I am not 100% sure that I have traced
its entire path.  If the maintainer can check, it will be greatly
appreciated.)
This commit is contained in:
Satoshi Asami 2000-10-08 02:10:22 +00:00
parent 883f5a839d
commit 19cb37d00f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33519

View File

@ -34,7 +34,7 @@ temp_prefix= ${WRKSRC}/installed
# Support building on systems with or without X11 installed.
.ifdef WITHOUT_X11
PLIST= ${WRKDIR}/PLIST.noX11
PLIST= ${WRKDIR}/pkg-plist.noX11
.else
pre-fetch:
@${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."