FreeBSD Bugzilla – Attachment 10194 Details for
Bug 20512
Fix wrong install directory for port www/p5-HTML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 991 bytes, created by
spcoltri
on 2000-08-10 01:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
spcoltri
Created:
2000-08-10 01:10:00 UTC
Size:
991 bytes
patch
obsolete
>diff -ur p5-HTML.old/Makefile p5-HTML/Makefile >--- p5-HTML.old/Makefile Sat Jun 17 17:56:04 2000 >+++ p5-HTML/Makefile Wed Aug 9 17:59:07 2000 >@@ -20,8 +20,8 @@ > NO_BUILD= yes > > do-install: >- @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/HTML/ >- @ ${INSTALL_DATA} ${WRKDIR}/HTML/Base.pm ${PREFIX}/lib/perl5/site_perl/HTML/ >- @ ${INSTALL_DATA} ${WRKDIR}/html_base.pod ${PREFIX}/lib/perl5/site_perl/ >+ @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/ >+ @ ${INSTALL_DATA} ${WRKDIR}/HTML/Base.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/HTML/ >+ @ ${INSTALL_DATA} ${WRKDIR}/html_base.pod ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/ > > .include <bsd.port.mk> >diff -ur p5-HTML.old/pkg/PLIST p5-HTML/pkg/PLIST >--- p5-HTML.old/pkg/PLIST Thu Oct 24 02:42:50 1996 >+++ p5-HTML/pkg/PLIST Wed Aug 9 18:01:18 2000 >@@ -1,2 +1,2 @@ >-lib/perl5/site_perl/HTML/Base.pm >-lib/perl5/site_perl/html_base.pod >+lib/perl5/site_perl/%%PERL_VER%%/HTML/Base.pm >+lib/perl5/site_perl/%%PERL_VER%%/html_base.pod
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 20512
: 10194