aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 10:16:32 +0800
committerasami <asami@FreeBSD.org>2000-10-08 10:16:32 +0800
commit732e7fa6c171ebb890e95fa323b4d3352c237213 (patch)
treef295d9e7f71080ae55cb14fb42b8872014ddbf95 /lang
parent1c7eb0b1514415eec75d4d914eedf4b3b7b8218c (diff)
downloadfreebsd-ports-gnome-732e7fa6c171ebb890e95fa323b4d3352c237213.tar.gz
freebsd-ports-gnome-732e7fa6c171ebb890e95fa323b4d3352c237213.tar.zst
freebsd-ports-gnome-732e7fa6c171ebb890e95fa323b4d3352c237213.zip
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.)
Diffstat (limited to 'lang')
-rw-r--r--lang/modula-3-lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index 70b5214ee946..1fac6a600773 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -75,7 +75,7 @@ major= 6
# 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\"."