6cd3c0ca16
symlinks. This is similar to how I fixed the man pages in revision 455914, and files/patch-term-Makefile is my upstream submission. Reported by: Ports QA
26 lines
565 B
Makefile
26 lines
565 B
Makefile
# Created by: torstenb@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnuit
|
|
PORTVERSION= 4.9.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= gerald@FreeBSD.org
|
|
COMMENT= GNU Interactive Tools - a file system browser for UNIX systems
|
|
|
|
LICENSE= GPLv3+ GFDL
|
|
LICENSE_COMB= multi
|
|
|
|
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>
|