portlint: add MAINTAINER, move RUN_DEPENDS, patch -> ${PATCH}
This commit is contained in:
parent
d42a75c1f9
commit
f79584667d
1 changed files with 6 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: 12 Jul 1995
|
||||
# Whom: torstenb@FreeBSD.ORG
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.3 1997/12/22 07:45:46 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.4 1998/01/24 21:05:41 hubertf Exp $
|
||||
# FreeBSD Id: Makefile,v 1.8 1996/11/21 11:54:39 asami Exp
|
||||
#
|
||||
|
||||
|
@ -11,9 +11,12 @@ DISTNAME= git-4.3.11
|
|||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+= ${ARCH}--netbsd
|
||||
RUN_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo
|
||||
MAN1= git.1 gitaction.1 gitmount.1 gitcmp.1 gitkeys.1 \
|
||||
gitredir.1 gitrgrep.1 gitps.1 gitview.1
|
||||
|
||||
|
@ -21,10 +24,9 @@ pre-install:
|
|||
(cd ${WRKSRC}/info ; ${MAKE} info )
|
||||
${CP} ${WRKSRC}/term/.gitrc.ansi \
|
||||
${WRKSRC}/term/.gitrc.cons25
|
||||
(cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
|
||||
(cd ${WRKSRC}/term ; ${PATCH} --quiet -p0 <${FILESDIR}/gitrc.cons25.patch )
|
||||
|
||||
post-install:
|
||||
@install-info ${PREFIX}/info/git.info ${PREFIX}/info/dir
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue