1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/bsddiff/Makefile
Mark Felder c1ae883327 Reset MAINTAINER
Multiple consecutive previous maintainer timeouts
2018-06-11 20:56:24 +00:00

25 lines
515 B
Makefile

# Created by: Gabor Kovesdan <gabor@FreeBSD.org>
# $FreeBSD$
PORTNAME= diff
PORTVERSION= 20120705
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= LOCAL/gabor
PKGNAMEPREFIX= bsd-
MAINTAINER= ports@FreeBSD.org
COMMENT= BSD-licensed version of diff from OpenBSD
USES= uidfix
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= BINDIR="${PREFIX}/bin" \
MANDIR="${MANPREFIX}/man/man" \
CATDIR="${MANPREFIX}/man/man"
post-install:
${LN} -sf ${PREFIX}/bin/bsddiff ${STAGEDIR}${PREFIX}/bin/diff
.include <bsd.port.mk>