blob: 339eb43d21f4665bdc97d9b53c98302e829a9fe9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: torstenb@FreeBSD.org
# $FreeBSD$
PORTNAME= gnuit
PORTVERSION= 4.9.5
CATEGORIES= misc
MASTER_SITES= GNU
MAINTAINER= gerald@FreeBSD.org
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
USES= ncurses
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --disable-transition
post-install:
# Clean stage from orphans.
${RM} ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1
${RM} ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1
${RM} ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1
.include <bsd.port.mk>
|