diff options
| -rw-r--r-- | textproc/docbook/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/docbook/Makefile b/textproc/docbook/Makefile index add977472e30..c66a65ad2a48 100644 --- a/textproc/docbook/Makefile +++ b/textproc/docbook/Makefile @@ -86,4 +86,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/iso8879:${PORTSDIR}/textproc/iso8879 RUN_DEPENDS+= ${LOCALBASE}/share/xml/sdocbook/4.1.2.5:${PORTSDIR}/textproc/sdocbook-xml .endif +do-install: + @${DO_NADA} + .include <bsd.port.post.mk> |
