FreeBSD Bugzilla – Attachment 15551 Details for
Bug 28804
Fix locale install/plist stuff for www/amyc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.05 KB, created by
Pete Fritchman
on 2001-07-08 05:10:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pete Fritchman
Created:
2001-07-08 05:10:06 UTC
Size:
1.05 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/amyc/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 2001/07/03 08:44:27 1.1 >+++ Makefile 2001/07/08 03:50:02 >@@ -30,4 +30,8 @@ > PLIST_SUB= WITH_GTK="@comment " > .endif > >+post-patch: >+ @${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \ >+ ${WRKSRC}/po/Makefile.in.in >+ > .include <bsd.port.post.mk> >Index: pkg-plist >=================================================================== >RCS file: /home/ncvs/ports/www/amyc/pkg-plist,v >retrieving revision 1.1 >diff -u -r1.1 pkg-plist >--- pkg-plist 2001/07/03 08:44:27 1.1 >+++ pkg-plist 2001/07/08 03:59:48 >@@ -1,5 +1,6 @@ > bin/amyc > %%WITH_GTK%%bin/amycg > share/locale/fr/LC_MESSAGES/amyc.mo >-@unexec rmdir share/locale/fr/LC_MESSAGES 2>/dev/null || true >-@unexec rmdir share/locale/fr 2>/dev/null || true >+@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true >+@unexec rmdir %D/share/locale/fr 2>/dev/null || true >+@unexec rmdir %D/share/locale 2>/dev/null || true
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 28804
: 15551