summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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\"."