summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-24 03:20:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-12-24 03:20:07 +0000
commitd71a1b6f90ec8f7768cdc110662d9fd5adffe827 (patch)
treebf2097f0dbd6b516d9949c26ac3c244b9ab9692f
parent- Support staging (diff)
- Support staging
- Convert USE_GMAKE to USES
-rw-r--r--devel/patch/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 314ed837a89a..ce246a36347e 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -5,8 +5,7 @@ PORTNAME= patch
PORTVERSION= 2.7
PORTREVISION= 1
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= patch
+MASTER_SITES= GNU/patch
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU patch utility
@@ -15,12 +14,10 @@ LICENSE= GPLv3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--program-prefix=g
-USE_GMAKE= yes
USE_XZ= yes
-USES= charsetfix
+USES= charsetfix gmake
-MAN1= gpatch.1
-PLIST_FILES= bin/gpatch
+PLIST_FILES= bin/gpatch \
+ man/man1/gpatch.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>