summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjperkin <jperkin>2012-06-24 07:36:17 +0000
committerjperkin <jperkin>2012-06-24 07:36:17 +0000
commit672a500f45072b793e827b7560ad269ac345468c (patch)
treec5758bda21fc6539e4b3272fe52b074a7e7ebb57 /textproc
parent7d4e645da0b8c680b6f7c9077357f4fb60950df6 (diff)
downloadpkgsrc-672a500f45072b793e827b7560ad269ac345468c.tar.gz
Add missing INSTALLATION_DIRS.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/dbtoepub/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/dbtoepub/Makefile b/textproc/dbtoepub/Makefile
index be82fad61b6..12989c89ec5 100644
--- a/textproc/dbtoepub/Makefile
+++ b/textproc/dbtoepub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/03/22 15:33:43 obache Exp $
+# $NetBSD: Makefile,v 1.4 2012/06/24 07:36:17 jperkin Exp $
#
.include "../../textproc/docbook-xsl/Makefile.common"
@@ -12,6 +12,8 @@ DEPENDS+= \
REPLACE_RUBY+= epub/bin/dbtoepub
+INSTALLATION_DIRS+= ${XSLDIR}
+
do-install:
${ECHO} "${INSTALL_DATA_DIR} ${DESTDIR}${XSLDIR}/epub"
${ECHO} "cd ${WRKSRC} && pax -rw -pp -pm epub ${DESTDIR}${XSLDIR}/"