1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/replay/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

20 lines
428 B
Makefile

# Created by: alfred@FreeBSD.org
# $FreeBSD$
PORTNAME= devel-replay
PORTVERSION= 1.0.4
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/replay/
DISTNAME= replay-${PORTVERSION}
USES= tar:bzip2
MAINTAINER= ports@FreeBSD.org
COMMENT= Program that helps you fix a build interactively
PLIST_FILES= bin/replay
post-patch:
@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
.include <bsd.port.mk>