mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f5afd0c9e2
Approved by: portmgr (blanket)
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= patchutils
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= Small collection of programs that operate on patch files
|
|
|
|
USES= perl5 tar:xz
|
|
USE_PERL5= run build patch
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${GREP} -lR "#!/bin/bash" ${WRKSRC} | ${XARGS} ${PERL} -pi.bak -e \
|
|
"s,#!/bin/bash,#!/bin/sh,"
|
|
|
|
.include <bsd.port.mk>
|