diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 02:13:13 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 02:13:13 +0000 |
commit | 1fc80d3b49dd163f78fd4fb26df524e2337872fb (patch) | |
tree | 778d8defca89264873a1733eac967fcdde87338b /chinese/xpdf | |
parent | - Respect DESTDIR (diff) |
- Respect DESTDIR
PR: ports/101907
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Approved by: maintainer (Dryice Liu)
Notes
Notes:
svn path=/head/; revision=170504
Diffstat (limited to 'chinese/xpdf')
-rw-r--r-- | chinese/xpdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/xpdf/Makefile b/chinese/xpdf/Makefile index 027910ac809d..67f331eca042 100644 --- a/chinese/xpdf/Makefile +++ b/chinese/xpdf/Makefile @@ -45,6 +45,6 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/xpdf-chinese-traditional/${i} ${DATADIR}/chinese-traditional .endfor ${INSTALL_DATA} ${WRKSRC}/dot.xpdfrc ${DATADIR}/chinese-traditional - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL + @${SETENV} PKG_PREFIX=${TARGETDIR} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |