ports/101823: [MAINTAINER] chinese/auto-tw-l10n: Respect DESTDIR

chinsan chinsan.tw at gmail.com
Fri Aug 11 15:00:31 UTC 2006


>Number:         101823
>Category:       ports
>Synopsis:       [MAINTAINER] chinese/auto-tw-l10n: Respect DESTDIR
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 11 15:00:27 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
 - Respect DESTDIR

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- auto-tw-l10n-1.9.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/chinese/auto-tw-l10n/Makefile /usr/home/chinsan/project/auto-tw-l10n/Makefile
--- /usr/ports/chinese/auto-tw-l10n/Makefile	Sun Jul  9 13:44:12 2006
+++ /usr/home/chinsan/project/auto-tw-l10n/Makefile	Fri Aug 11 22:29:43 2006
@@ -32,8 +32,8 @@
 	@${FIND} ${WRKSRC} -name "*.in" -delete
 
 do-install:
-	${MKDIR} ${PREFIX}/share/skel/zh_TW.Big5
-	${CP} ${WRKSRC}/* ${PREFIX}/share/skel/zh_TW.Big5
+	${MKDIR} ${TARGETDIR}/share/skel/zh_TW.Big5
+	${CP} ${WRKSRC}/* ${TARGETDIR}/share/skel/zh_TW.Big5
 
 post-install:
 	@${CAT} ${PKGMESSAGE}
--- auto-tw-l10n-1.9.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list