mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
aeac01a4bb
Approved by: portmgr (not really, but touches unstaged ports)
20 lines
428 B
Makefile
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>
|