summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim>2009-07-13 11:32:25 +0000
committerminskim <minskim>2009-07-13 11:32:25 +0000
commit9bbf76ccaa13b8a7ffb6a7a7d695e6873e9933d5 (patch)
treeee860fe0197b7708d4e78a4474086baf3392b00c /textproc
parent1d0e1b65d2ed3cebbc955f2bede60a54fe772ad3 (diff)
downloadpkgsrc-9bbf76ccaa13b8a7ffb6a7a7d695e6873e9933d5.tar.gz
Complete user-destdir conversion.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/db2latex/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/db2latex/Makefile b/textproc/db2latex/Makefile
index b4052c40d2c..5f708abc183 100644
--- a/textproc/db2latex/Makefile
+++ b/textproc/db2latex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/07/07 22:21:19 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/07/13 11:32:25 minskim Exp $
DISTNAME= db2latex-xsl-0.8pre1
PKGNAME= ${DISTNAME:S/xsl-//}
@@ -37,7 +37,7 @@ INSTALLATION_DIRS= ${DOCDIR} ${XSLDIR}
do-install:
cd ${WRKSRC}/doc && pax -rwpm . ${DESTDIR}${DOCDIR}
cd ${WRKSRC} && pax -rwpm AUTHOR COPYING COPYRIGHT README \
- TODO VERSION ${DOCDIR}
+ TODO VERSION ${DESTDIR}${DOCDIR}
cd ${WRKSRC}/xsl && pax -rwpm . ${DESTDIR}${XSLDIR}
.include "../../mk/bsd.pkg.mk"