1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/patch/Makefile

27 lines
485 B
Makefile
Raw Normal View History

1998-01-21 07:05:20 +00:00
# New ports collection makefile for: patch
# Date created: 21 Jan 1998
# Whom: ache
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1998-01-21 07:05:20 +00:00
#
2000-04-11 21:30:15 +00:00
PORTNAME= patch
PORTVERSION= 2.5.4
1998-01-21 07:05:20 +00:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
1998-01-21 07:05:20 +00:00
MAINTAINER= petef@FreeBSD.org
1998-01-21 07:05:20 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g
USE_REINPLACE= yes
1998-01-21 07:05:20 +00:00
MAN1= gpatch.1
1998-01-21 07:05:20 +00:00
post-patch:
@${REINPLACE_CMD} -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
${WRKSRC}/config.hin
1998-01-21 07:05:20 +00:00
.include <bsd.port.mk>