mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Enable stage support
This commit is contained in:
parent
d3cd1799ee
commit
38bc163889
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338049
2 changed files with 15 additions and 6 deletions
|
@ -7,18 +7,13 @@ CATEGORIES= misc
|
||||||
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
||||||
|
|
||||||
MAINTAINER= johans@FreeBSD.org
|
MAINTAINER= johans@FreeBSD.org
|
||||||
COMMENT= A small collection of programs that operate on patch files
|
COMMENT= Small collection of programs that operate on patch files
|
||||||
|
|
||||||
USE_XZ= yes
|
USE_XZ= yes
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= run build patch
|
USE_PERL5= run build patch
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
MAN1= combinediff.1 dehtmldiff.1 editdiff.1 espdiff.1 filterdiff.1 \
|
|
||||||
fixcvsdiff.1 flipdiff.1 grepdiff.1 interdiff.1 lsdiff.1 recountdiff.1 \
|
|
||||||
rediff.1 splitdiff.1 unwrapdiff.1
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \
|
@${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \
|
||||||
"s,#!/bin/bash,#!/bin/sh,"
|
"s,#!/bin/bash,#!/bin/sh,"
|
||||||
|
|
|
@ -13,3 +13,17 @@ bin/recountdiff
|
||||||
bin/rediff
|
bin/rediff
|
||||||
bin/splitdiff
|
bin/splitdiff
|
||||||
bin/unwrapdiff
|
bin/unwrapdiff
|
||||||
|
man/man1/combinediff.1.gz
|
||||||
|
man/man1/dehtmldiff.1.gz
|
||||||
|
man/man1/editdiff.1.gz
|
||||||
|
man/man1/espdiff.1.gz
|
||||||
|
man/man1/filterdiff.1.gz
|
||||||
|
man/man1/fixcvsdiff.1.gz
|
||||||
|
man/man1/flipdiff.1.gz
|
||||||
|
man/man1/grepdiff.1.gz
|
||||||
|
man/man1/interdiff.1.gz
|
||||||
|
man/man1/lsdiff.1.gz
|
||||||
|
man/man1/recountdiff.1.gz
|
||||||
|
man/man1/rediff.1.gz
|
||||||
|
man/man1/splitdiff.1.gz
|
||||||
|
man/man1/unwrapdiff.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue