diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 08:57:37 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 08:57:37 +0000 |
commit | 61ebd1776e3aee5a447d2d50b615c992349d1d6f (patch) | |
tree | 5a642a5ba2fc1ad06490c6b27a9c4b611eb25492 /sysutils/rej/Makefile | |
parent | a5862b83094e3fa745bae0c83861afc4a3090436 (diff) | |
download | ports-61ebd1776e3aee5a447d2d50b615c992349d1d6f.tar.gz ports-61ebd1776e3aee5a447d2d50b615c992349d1d6f.zip |
Notes
Diffstat (limited to 'sysutils/rej/Makefile')
-rw-r--r-- | sysutils/rej/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/rej/Makefile b/sysutils/rej/Makefile index dd1bce2f4d4b..0bc46821ba6f 100644 --- a/sysutils/rej/Makefile +++ b/sysutils/rej/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Merges patch-rejects and runs a merge program to verify the changes +USES= shebangfix USE_PERL5= yes NO_BUILD= yes +SHEBANG_FILES= qp mp + PORTDOCS= CHANGELOG README vimrc PLIST_FILES= bin/rej bin/rej-qp bin/rej-mp @@ -20,10 +23,6 @@ OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> post-patch: -.for f in ${PORTNAME} qp mp - @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' \ - ${WRKSRC}/${f} -.endfor @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/runtests.sh |