summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:10:22 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 02:10:22 +0000
commit19cb37d00ffe7d0c25696c9063fc4640a3b377eb (patch)
treee241b472e47db7f6e76de57af71a127b6f8d5a3e /lang
parentRename PLIST.alpha to pkg-plist.alpha. (diff)
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.)
Notes
Notes: svn path=/head/; revision=33519
Diffstat (limited to 'lang')
-rw-r--r--lang/modula-3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index 1ce14f3901a4..ded523189732 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -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\"."