diff options
author | adam <adam@pkgsrc.org> | 2010-10-28 11:11:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-28 11:11:00 +0000 |
commit | fb9d5f69c765f6ed2aa62b63bf4f89b9de10f841 (patch) | |
tree | 18a4f4cefeda633160736010c6b9c40190f8d0f9 /devel/scmgit-docs | |
parent | c7d4460c3457524429ddec9cf53f2bd9ffa016b1 (diff) | |
download | pkgsrc-fb9d5f69c765f6ed2aa62b63bf4f89b9de10f841.tar.gz |
Since HTML files are not installed, don't bother building them.
Diffstat (limited to 'devel/scmgit-docs')
-rw-r--r-- | devel/scmgit-docs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile index c4d2e1b72ea..96e701d9799 100644 --- a/devel/scmgit-docs/Makefile +++ b/devel/scmgit-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2010/10/28 10:23:08 adam Exp $ +# $NetBSD: Makefile,v 1.11 2010/10/28 11:11:00 adam Exp $ PKGNAME= scmgit-docs-${GIT_VERSION} COMMENT= GIT Tree History Storage Tool (documentation) @@ -12,10 +12,9 @@ DISTINFO_FILE= ../../devel/scmgit-base/distinfo BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto -BUILD_TARGET= doc - USE_LANGUAGES= c -INSTALL_TARGET= install-doc +BUILD_TARGET= man +INSTALL_TARGET= install-man UNLIMIT_RESOURCES+= datasize |