1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix build on current

This commit is contained in:
Baptiste Daroussin 2013-05-03 22:20:43 +00:00
parent 8630f27041
commit bcee84bec4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317285

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: replay
# Date created: 22 Apr 2003
# Whom: alfred@freebsd.org
#
# Created by: alfred@freebsd.org
# $FreeBSD$
#
PORTNAME= devel-replay
PORTVERSION= 1.0.4
@ -17,4 +13,7 @@ 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>