mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
08ec557ba4
Submitted by: miwi
23 lines
548 B
Makefile
23 lines
548 B
Makefile
# Created by: torstenb@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnuit
|
|
PORTVERSION= 4.9.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --disable-transition
|
|
|
|
post-install:
|
|
# Clean stage from orphans.
|
|
${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitmkdirs.1
|
|
${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitwhich.1
|
|
${RM} -f ${STAGEDIR}${PREFIX}/man/man1/gitxgrep.1
|
|
|
|
.include <bsd.port.mk>
|