summaryrefslogtreecommitdiff
path: root/devel/scmgit-docs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/scmgit-docs')
-rw-r--r--devel/scmgit-docs/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/devel/scmgit-docs/Makefile b/devel/scmgit-docs/Makefile
index 96e701d9799..ad0d939d135 100644
--- a/devel/scmgit-docs/Makefile
+++ b/devel/scmgit-docs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2010/10/28 11:11:00 adam Exp $
+# $NetBSD: Makefile,v 1.12 2011/04/06 14:08:27 adam Exp $
-PKGNAME= scmgit-docs-${GIT_VERSION}
-COMMENT= GIT Tree History Storage Tool (documentation)
+PKGNAME= scmgit-docs-${GIT_VERSION}
+COMMENT= GIT Tree History Storage Tool (documentation)
PKG_DESTDIR_SUPPORT= user-destdir
@@ -18,14 +18,6 @@ INSTALL_TARGET= install-man
UNLIMIT_RESOURCES+= datasize
-# our asciidoc doesn't handle {litdd} in titles
-SUBST_CLASSES+= litdd
-SUBST_STAGE.litdd= pre-configure
-SUBST_MESSAGE.litdd= Fixing {litdd} in text files.
-SUBST_FILES.litdd= Documentation/git-*--*.txt
-SUBST_SED.litdd= -e 's,{litdd},--,g'
-SUBST_SED.litdd+= -e 's,^=====,,g'
-
.include "../../devel/scmgit/Makefile.common"
.include "../../mk/bsd.pkg.mk"