diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-18 14:50:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-18 14:50:34 +0000 |
commit | 7f67d157d9380c9f4aeb51e0bfedd357a30dbbbd (patch) | |
tree | 56ecf6382634d1d0afdc8e712807bf9cdf3a8721 /devel/git | |
parent | 8a932d9fc78f5db5daa3f5735ecf34ad9a9a8eab (diff) |
Notes
Diffstat (limited to 'devel/git')
-rw-r--r-- | devel/git/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index 5c8cda0f2888..ed35a8847051 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -329,7 +329,7 @@ IGNORE= using GITWEB support requires PERL support PLIST_SUB+= CONTRIB="" BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto \ asciidoc:${PORTSDIR}/textproc/asciidoc \ - ${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450 + ${LOCALBASE}/share/xml/docbook/4.5:${PORTSDIR}/textproc/docbook-xml-450 MAN1+= git-subtree.1 .else PLIST_SUB+= CONTRIB="@comment " |