37f2224fa6
And some ports have USE_PERL5=yes now.
27 lines
485 B
Makefile
27 lines
485 B
Makefile
# New ports collection makefile for: patch
|
|
# Date created: 21 Jan 1998
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= patch
|
|
PORTVERSION= 2.5.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= patch
|
|
|
|
MAINTAINER= petef@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
USE_REINPLACE= yes
|
|
|
|
MAN1= gpatch.1
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
|
|
${WRKSRC}/config.hin
|
|
|
|
.include <bsd.port.mk>
|