freebsd-ports/devel/patch/Makefile
Greg Larkin 151dc6cdc2 - Prevent installation of charset.alias by inlining its contents like
other platforms do.  This avoids a file installation conflict with
  gettext.
- Bumped PORTREVISION

Reported by:	avg, ale, QAT
2012-10-05 16:22:33 +00:00

28 lines
478 B
Makefile

# New ports collection makefile for: patch
# Date created: 21 Jan 1998
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= patch
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
MAINTAINER= glarkin@FreeBSD.org
COMMENT= GNU patch utility
LICENSE= GPLv3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-prefix=g
USE_GMAKE= yes
USE_XZ= yes
MAN1= gpatch.1
PLIST_FILES= bin/gpatch
.include <bsd.port.mk>