mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
2d8b17ea39
With hat: portmgr
20 lines
427 B
Makefile
20 lines
427 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}
|
|
USE_BZIP2= yes
|
|
|
|
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>
|