From 19cb37d00ffe7d0c25696c9063fc4640a3b377eb Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sun, 8 Oct 2000 02:10:22 +0000 Subject: [PATCH] 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.) --- lang/modula-3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"."