1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/misc/gnuit/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

23 lines
507 B
Makefile

# 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>