Regen the manpages to avoid some weird artifacts.
Noticed by Anthony Bentley. Thank you!
This commit is contained in:
parent
74fe40bff5
commit
5685b2634d
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.67 2010/06/20 11:49:41 bernd Exp $
|
# $OpenBSD: Makefile,v 1.68 2010/06/20 15:04:39 bernd Exp $
|
||||||
|
|
||||||
COMMENT-main = GIT - Tree History Storage Tool
|
COMMENT-main = GIT - Tree History Storage Tool
|
||||||
COMMENT-svn = GIT - subversion interoperability tools
|
COMMENT-svn = GIT - subversion interoperability tools
|
||||||
@ -6,9 +6,9 @@ COMMENT-x11 = GIT - graphical tools
|
|||||||
|
|
||||||
V = 1.7.1
|
V = 1.7.1
|
||||||
DISTNAME = git-${V}
|
DISTNAME = git-${V}
|
||||||
PKGNAME-main = ${DISTNAME}
|
PKGNAME-main = ${DISTNAME}p0
|
||||||
PKGNAME-svn = git-svn-${V}
|
PKGNAME-svn = git-svn-${V}p0
|
||||||
PKGNAME-x11 = git-x11-${V}
|
PKGNAME-x11 = git-x11-${V}p0
|
||||||
CATEGORIES = devel
|
CATEGORIES = devel
|
||||||
|
|
||||||
HOMEPAGE = http://git-scm.com/
|
HOMEPAGE = http://git-scm.com/
|
||||||
@ -35,7 +35,9 @@ TAR = ${LOCALBASE}/bin/gtar
|
|||||||
MODULES = converters/libiconv x11/tk
|
MODULES = converters/libiconv x11/tk
|
||||||
|
|
||||||
BUILD_DEPENDS = ::archivers/gtar \
|
BUILD_DEPENDS = ::archivers/gtar \
|
||||||
::devel/p5-Error
|
::devel/p5-Error \
|
||||||
|
::textproc/asciidoc \
|
||||||
|
::textproc/xmlto
|
||||||
|
|
||||||
MULTI_PACKAGES = -main -svn -x11
|
MULTI_PACKAGES = -main -svn -x11
|
||||||
|
|
||||||
@ -90,13 +92,16 @@ post-extract:
|
|||||||
doc/man1/git-clone.1 doc/man1/git-init.1 doc/git-clone.txt \
|
doc/man1/git-clone.1 doc/man1/git-init.1 doc/git-clone.txt \
|
||||||
doc/git-init.txt doc/git-clone.html doc/git-init.html
|
doc/git-init.txt doc/git-clone.html doc/git-init.html
|
||||||
|
|
||||||
|
post-build:
|
||||||
|
@cd ${WRKBUILD}/Documentation && ${MAKE_ENV} ${MAKE_PROGRAM} man
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA} ${WRKBUILD}/libgit.a ${PREFIX}/lib
|
${INSTALL_DATA} ${WRKBUILD}/libgit.a ${PREFIX}/lib
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
${INSTALL_DATA_DIR} ${PREFIX}/share/emacs/site-lisp
|
||||||
${INSTALL_DATA} ${WRKBUILD}/contrib/emacs/*.el \
|
${INSTALL_DATA} ${WRKBUILD}/contrib/emacs/*.el \
|
||||||
${PREFIX}/share/emacs/site-lisp
|
${PREFIX}/share/emacs/site-lisp
|
||||||
cd ${WRKBUILD}/doc && \
|
cd ${WRKBUILD}/Documentation && \
|
||||||
pax -rw -s,man7/git.7,man1/git.1, man* ${PREFIX}/man
|
${MAKE_ENV} ${MAKE_PROGRAM} mandir=${TRUEPREFIX}/man install-man
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/git
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/git
|
||||||
cd ${WRKBUILD}/doc && \
|
cd ${WRKBUILD}/doc && \
|
||||||
pax -rw *.html howto/*.html *.txt howto/*.txt \
|
pax -rw *.html howto/*.html *.txt howto/*.txt \
|
||||||
|
Loading…
Reference in New Issue
Block a user