diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:16:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:16:32 +0000 |
commit | 096cad8b9082086a6878e35c90bf12c5b677b5ab (patch) | |
tree | 9e27c300f1ae60637d99838c03ab087dc9c84435 /lang | |
parent | Rename PLIST.noX11 to pkg-plist.noX11. (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=33520
Diffstat (limited to 'lang')
-rw-r--r-- | lang/modula-3-lib/Makefile | 2 |
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\"." |