| 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: | misc | Assignee: | John Polstra <jdp> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->freebsd-ports Responsible Changed From-To: freebsd-ports->jdp Over to MAINTAINER. State Changed From-To: open->closed I have committed your fix. Thanks! |
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