mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Allow staging as a regular user and simplify
This commit is contained in:
parent
8e1f42f2fe
commit
3a63bd5fd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367517
1 changed files with 3 additions and 5 deletions
|
@ -5,15 +5,13 @@ PORTNAME= cvsdiff2patch
|
||||||
PORTVERSION= 1.0.1
|
PORTVERSION= 1.0.1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
|
MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
|
||||||
DISTNAME= cvsdiff2patch-${PORTVERSION}
|
|
||||||
USES= tar:bzip2
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Turn cvs diff output into patch input
|
COMMENT= Turn cvs diff output into patch input
|
||||||
|
|
||||||
|
USES= tar:bzip2 uidfix
|
||||||
|
MAKE_ENV= NO_MAN=yes
|
||||||
|
|
||||||
PLIST_FILES= bin/cvsdiff2patch
|
PLIST_FILES= bin/cvsdiff2patch
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} -e "s/NOMAN/NO_MAN/" ${WRKSRC}/Makefile
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue