diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index d88d5b4a1a1c..296c6737cb78 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -6,7 +6,8 @@ MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small collection of programs that operate on patch files -WWW= http://cyberelk.net/tim/software/patchutils/ +WWW= http://cyberelk.net/tim/software/patchutils/ \ + https://github.com/twaugh/patchutils LICENSE= GPLv2+ @@ -14,10 +15,10 @@ RUN_DEPENDS= bash:shells/bash USES= perl5 python:run shebangfix tar:xz -SHEBANG_FILES= patchview/gitdiff scripts/*.in - GNU_CONFIGURE= yes +SHEBANG_FILES= patchview/gitdiff scripts/*.in + post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/svndiff ${STAGEDIR}${PREFIX}/bin/svndiff.patchutils ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 diff --git a/misc/patchutils/pkg-descr b/misc/patchutils/pkg-descr index cdc7c4c0aa29..29666260628f 100644 --- a/misc/patchutils/pkg-descr +++ b/misc/patchutils/pkg-descr @@ -17,5 +17,3 @@ Patchutils is a small collection of programs that operate on patch files. contains a given regular expression. - Recountdiff fixes up counts and offsets in a unified diff. - Unwrapdiff fixes word-wrapped unified diffs. - -See also: https://github.com/twaugh/patchutils