mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00: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
@ -7,18 +7,13 @@ CATEGORIES= misc
|
||||
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
||||
|
||||
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
|
||||
USES= perl5
|
||||
USE_PERL5= run build patch
|
||||
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:
|
||||
@${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \
|
||||
"s,#!/bin/bash,#!/bin/sh,"
|
||||
|
@ -13,3 +13,17 @@ bin/recountdiff
|
||||
bin/rediff
|
||||
bin/splitdiff
|
||||
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…
Reference in New Issue
Block a user