diff options
author | jdp <jdp@FreeBSD.org> | 2000-10-29 03:58:02 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 2000-10-29 03:58:02 +0800 |
commit | 2fea48ba92bbf323dafd5a1f2e10a32677d035b7 (patch) | |
tree | 98edb23a5a5bdab567d677a16058ef88699c2e4a /lang/modula-3-lib | |
parent | 82554c0fffd775ca688b3773e23f7981fff8b42f (diff) | |
download | freebsd-ports-gnome-2fea48ba92bbf323dafd5a1f2e10a32677d035b7.tar.gz freebsd-ports-gnome-2fea48ba92bbf323dafd5a1f2e10a32677d035b7.tar.zst freebsd-ports-gnome-2fea48ba92bbf323dafd5a1f2e10a32677d035b7.zip |
Fix breakage from the Great Ports Reorganization of 2000.
PR: misc/22000
Submitted by: Jay Krell <jay.krell@cornell.edu>
Diffstat (limited to 'lang/modula-3-lib')
-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 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: |