Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 22:35:47 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101823: [MAINTAINER] chinese/auto-tw-l10n: Respect DESTDIR
Message-ID:  <20060811145524.999C12E96A@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200608111500.k7BF0Spm092056@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060811145524.999C12E96A>