FreeBSD Bugzilla – Attachment 69667 Details for
Bug 101869
[PATCH] chinese/dictd-database: Respect DESTDIR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
dictd-database-1.6_1.patch
dictd-database-1.6_1.patch (text/plain), 1.57 KB, created by
gslin
on 2006-08-12 08:30:12 UTC
(
hide
)
Description:
dictd-database-1.6_1.patch
Filename:
MIME Type:
Creator:
gslin
Created:
2006-08-12 08:30:12 UTC
Size:
1.57 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/chinese/dictd-database/Makefile /home/staff/gslin/work/ports/dictd-database/Makefile >--- /usr/ports/chinese/dictd-database/Makefile Tue Jun 27 11:58:53 2006 >+++ /home/staff/gslin/work/ports/dictd-database/Makefile Sat Aug 12 15:21:05 2006 >@@ -7,6 +7,7 @@ > > PORTNAME= dictd-database > PORTVERSION= 1.6 >+PORTREVISION= 1 > CATEGORIES= chinese textproc > MASTER_SITES= ftp://freebsd.csie.ntu.edu.tw/users/rafan/ \ > ftp://freebsd.sinica.edu.tw/pub/statue/dictd-database/ >@@ -25,11 +26,11 @@ > DICTFILES= cedict pydict moecomp netterm > > do-install: >- ${SED} 's|%%PREFIX%%|${PREFIX}|g' ${MSG_FILE} > ${PKGMESSAGE} >- @${MKDIR} ${PREFIX}/lib/dict >+ ${SED} 's|%%PREFIX%%|${TARGETDIR}|g' ${MSG_FILE} > ${PKGMESSAGE} >+ @${MKDIR} ${TARGETDIR}/lib/dict > for f in ${DICTFILES}; do \ >- ${INSTALL_DATA} ${WRKSRC}/$${f}.dict.dz ${PREFIX}/lib/dict; \ >- ${INSTALL_DATA} ${WRKSRC}/$${f}.index ${PREFIX}/lib/dict; \ >+ ${INSTALL_DATA} ${WRKSRC}/$${f}.dict.dz ${TARGETDIR}/lib/dict; \ >+ ${INSTALL_DATA} ${WRKSRC}/$${f}.index ${TARGETDIR}/lib/dict; \ > done > > post-install: >diff -ruN --exclude=CVS /usr/ports/chinese/dictd-database/pkg-plist /home/staff/gslin/work/ports/dictd-database/pkg-plist >--- /usr/ports/chinese/dictd-database/pkg-plist Fri Mar 11 10:52:25 2005 >+++ /home/staff/gslin/work/ports/dictd-database/pkg-plist Sat Aug 12 15:20:48 2006 >@@ -1,3 +1,4 @@ >+@comment $FreeBSD$ > lib/dict/cedict.dict.dz > lib/dict/cedict.index > lib/dict/pydict.dict.dz >@@ -6,4 +7,4 @@ > lib/dict/moecomp.index > lib/dict/netterm.dict.dz > lib/dict/netterm.index >-@dirrm lib/dict >+@dirrmtry lib/dict
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 101869
: 69667