mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Support staging
- Convert USE_GMAKE to USES
This commit is contained in:
parent
4bc8006685
commit
d71a1b6f90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337316
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user