1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/patch/Makefile
Greg Larkin 3b88a2dba9 - Updated to 2.6.1
- Removed patches that have now been incorporated upstream
2010-01-05 20:30:32 +00:00

29 lines
554 B
Makefile

# New ports collection makefile for: patch
# Date created: 21 Jan 1998
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= patch
PORTVERSION= 2.6.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
MAINTAINER= glarkin@FreeBSD.org
COMMENT= GNU patch utility
USE_AUTOTOOLS= autoconf262 aclocal:110
CONFIGURE_ARGS= --program-prefix=g
USE_GMAKE= yes
MAN1= gpatch.1
PLIST_FILES= bin/gpatch
post-patch:
@${REINPLACE_CMD} -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
${WRKSRC}/config.hin
.include <bsd.port.mk>