aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2000-10-28 19:58:02 +0000
committerJohn Polstra <jdp@FreeBSD.org>2000-10-28 19:58:02 +0000
commit905e86f4d6f677a010d58d072eadbbd69fd1f148 (patch)
tree2f01b05c6a605310cdcebeab3a57660087d8c74a /lang
parentfe660b35732a2be7063ead8ee6a67b2b2f14f55d (diff)
downloadports-905e86f4d6f677a010d58d072eadbbd69fd1f148.tar.gz
ports-905e86f4d6f677a010d58d072eadbbd69fd1f148.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/modula-3-lib/Makefile2
-rw-r--r--lang/modula-3/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/modula-3-lib/Makefile b/lang/modula-3-lib/Makefile
index 58d0f840e96b..78ee5e4cc53d 100644
--- a/lang/modula-3-lib/Makefile
+++ b/lang/modula-3-lib/Makefile
@@ -81,7 +81,7 @@ pre-fetch:
@${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."
USE_XLIB= yes
-PLIST= ${WRKDIR}/PLIST
+PLIST= ${WRKDIR}/pkg-plist
.endif
post-extract:
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index ded523189732..e354289dd4c0 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -39,7 +39,7 @@ PLIST= ${WRKDIR}/pkg-plist.noX11
pre-fetch:
@${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."
-PLIST= ${WRKDIR}/PLIST
+PLIST= ${WRKDIR}/pkg-plist
MAN1+= formsedit.1 replayheap.1 showheap.1 shownew.1 showthread.1
.endif