diff options
author | adam <adam> | 2010-10-28 11:11:00 +0000 |
---|---|---|
committer | adam <adam> | 2010-10-28 11:11:00 +0000 |
commit | 2ab6ef5ec4e1c558459daee7ca56825960d5f839 (patch) | |
tree | 18a4f4cefeda633160736010c6b9c40190f8d0f9 /devel/scmgit-docs | |
parent | 877f54ac9a59c7b5e923d8c71a7f6014a5caa1c6 (diff) | |
download | pkgsrc-2ab6ef5ec4e1c558459daee7ca56825960d5f839.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 |