1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/misc/patchutils/Makefile
Kurt Jaeger f5afd0c9e2 misc/patchutils: USE_XZ -> USES=tar:xz
Approved by:	portmgr (blanket)
2014-06-19 10:16:40 +00:00

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>