diff options
Diffstat (limited to 'devel/patch/Makefile')
-rw-r--r-- | devel/patch/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile index 714e4e347677..5cdd07d7589f 100644 --- a/devel/patch/Makefile +++ b/devel/patch/Makefile @@ -6,17 +6,20 @@ # PORTNAME= patch -PORTVERSION= 2.5 -PORTREVISION= 1 +PORTVERSION= 2.5.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= patch -MAINTAINER= ports@FreeBSD.org +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> |