diff options
author | jperkin <jperkin> | 2012-06-24 07:36:17 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2012-06-24 07:36:17 +0000 |
commit | 672a500f45072b793e827b7560ad269ac345468c (patch) | |
tree | c5758bda21fc6539e4b3272fe52b074a7e7ebb57 /textproc | |
parent | 7d4e645da0b8c680b6f7c9077357f4fb60950df6 (diff) | |
download | pkgsrc-672a500f45072b793e827b7560ad269ac345468c.tar.gz |
Add missing INSTALLATION_DIRS.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/dbtoepub/Makefile | 4 |
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}/" |