Bug 22000

Summary: ports/lang/modula-3 and ports/lang/modula-3-lib need PLIST->pkg-plist in Makefile
Product: Base System Reporter: jay.krell <jay.krell>
Component: miscAssignee: John Polstra <jdp>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description jay.krell 2000-10-15 15:00:02 UTC
ports/lang/modula-3 and ports/lang/modula-3-lib need PLIST->pkg-plist in Makefile

Fix: Z:\>diff -u \\jayk2\usr\ports\lang\modula-3\Makefile.1 \\jayk2\usr\ports\lang\modula-3\Makefile
-PLIST=         ${WRKDIR}/PLIST
+PLIST=         ${WRKDIR}/pkg-plist
 MAN1+=         formsedit.1 replayheap.1 showheap.1 shownew.1 showthread.1
 .endif


Z:\>diff -u \\jayk2\usr\ports\lang\modula-3-lib\Makefile.1 \\jayk2\usr\ports\lang\modula-3-lib\Makefile


USE_XLIB=      yes
-PLIST=         ${WRKDIR}/PLIST
+PLIST=         ${WRKDIR}/pkg-plist
 .endif

 post-extract:--kpePsFzICxown8UsZwGphBzEYgkeuojRJb46IsRRnlHFyUrO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- \\jayk2\usr\ports\lang\modula-3\Makefile.1  Sat Oct 14 23:31:31 2000
+++ \\jayk2\usr\ports\lang\modula-3\Makefile    Sat Oct 14 23:31:45 2000
@@ -39,7 +39,7 @@
 pre-fetch:
        @${ECHO_MSG} "To build this port without X11, define \"WITHOUT_X11\"."
How-To-Repeat: ..mumble something about WITH_X11 or WITHOUT_X11..
cd /usr/ports/lang/modula-3-lib
make
cd /usr/ports/lang/modula-3
make
Comment 1 Johan Karlsson freebsd_committer freebsd_triage 2000-10-15 15:04:47 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports
Comment 2 Will Andrews freebsd_committer freebsd_triage 2000-10-15 19:46:52 UTC
Responsible Changed
From-To: freebsd-ports->jdp

Over to MAINTAINER.
Comment 3 John Polstra freebsd_committer freebsd_triage 2000-10-28 20:58:16 UTC
State Changed
From-To: open->closed

I have committed your fix.  Thanks!