FreeBSD Bugzilla – Attachment 11011 Details for
Bug 21851
'make readmes' broken in new ports structure
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 690 bytes, created by
dann
on 2000-10-09 07:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dann
Created:
2000-10-09 07:50:01 UTC
Size:
690 bytes
patch
obsolete
>--- bsd.port.subdir.mk.orig Sun Oct 8 23:14:01 2000 >+++ bsd.port.subdir.mk Sun Oct 8 23:22:59 2000 >@@ -210,15 +210,15 @@ > .else > @echo -n '<a href="'${entry}/README.html'">'"`cd ${entry}; make package-name | ${HTMLIFY}`</a>: " >> $@.tmp > .endif >-.if exists(${entry}/pkg/COMMENT) >- @${HTMLIFY} ${entry}/pkg/COMMENT >> $@.tmp >+.if exists(${entry}/pkg-comment) >+ @${HTMLIFY} ${entry}/pkg-comment >> $@.tmp > .else > @echo "(no description)" >> $@.tmp > .endif > .endfor > @sort -t '>' +1 -2 $@.tmp > $@.tmp2 >-.if exists(${.CURDIR}/pkg/DESCR) >- @${HTMLIFY} ${.CURDIR}/pkg/DESCR > $@.tmp3 >+.if exists(${.CURDIR}/pkg-descr) >+ @${HTMLIFY} ${.CURDIR}/pkg-descr > $@.tmp3 > .else > @> $@.tmp3 > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21851
: 11011