8a887af45b
Give petef@databits.net maintainership Add WWW to pkg-descr PR: 29155 Submitted by: petef@databits.net
26 lines
462 B
Makefile
26 lines
462 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@databits.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
|
|
MAN1= gpatch.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's!HAVE_SETMODE!HAVE_SETMODE_DISABLE!' \
|
|
${WRKSRC}/config.hin
|
|
|
|
.include <bsd.port.mk>
|