diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 12:54:27 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 12:54:27 +0000 |
commit | fbf777d1d0df5c88762a0f5f44dacaca1f43f5a1 (patch) | |
tree | 2d4fbe914f1c65baed15fbe9d3a17d7319972a74 /textproc/xmldiff | |
parent | e39124cb50b0b58e3a751f7e62bd211cbe21dc86 (diff) | |
download | ports-fbf777d1d0df5c88762a0f5f44dacaca1f43f5a1.tar.gz ports-fbf777d1d0df5c88762a0f5f44dacaca1f43f5a1.zip |
Notes
Diffstat (limited to 'textproc/xmldiff')
-rw-r--r-- | textproc/xmldiff/Makefile | 6 | ||||
-rw-r--r-- | textproc/xmldiff/files/patch-xmldiff.pl | 4 | ||||
-rw-r--r-- | textproc/xmldiff/pkg-descr | 3 |
3 files changed, 8 insertions, 5 deletions
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile index 4fb1b7954d95..d3e8075d2d51 100644 --- a/textproc/xmldiff/Makefile +++ b/textproc/xmldiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmldiff PORTVERSION= 0.01 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://software.decisionsoft.com/software/ \ http://www.it.ca/~paul/src/ @@ -25,7 +26,10 @@ do-extract: @${MKDIR} ${WRKSRC} @${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC} +post-patch: + @${REINPLACE_CMD} -e '1s:/usr/bin/perl:${PERL}:' ${WRKSRC}/xmldiff.pl + do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff + ${INSTALL_SCRIPT} ${WRKSRC}/xmldiff.pl ${PREFIX}/bin/xmldiff .include <bsd.port.mk> diff --git a/textproc/xmldiff/files/patch-xmldiff.pl b/textproc/xmldiff/files/patch-xmldiff.pl index 9b0ea24d1cec..2a4736aea4ba 100644 --- a/textproc/xmldiff/files/patch-xmldiff.pl +++ b/textproc/xmldiff/files/patch-xmldiff.pl @@ -1,5 +1,5 @@ ---- xmldiff.pl.orig Sat Feb 11 08:32:29 2006 -+++ xmldiff.pl Sat Feb 11 08:32:38 2006 +--- xmldiff.pl.orig Sun Oct 9 11:59:04 2005 ++++ xmldiff.pl Sun Oct 9 11:59:37 2005 @@ -7,12 +7,12 @@ # diff --git a/textproc/xmldiff/pkg-descr b/textproc/xmldiff/pkg-descr index 7e4cdcc84ab9..a7a7c90ee99c 100644 --- a/textproc/xmldiff/pkg-descr +++ b/textproc/xmldiff/pkg-descr @@ -5,5 +5,4 @@ useful for viewing small differences in context within large XML files. WWW: http://software.decisionsoft.com/tools.html -- Paul Chvostek -paul+ports@it.ca +- Paul Chvostek <paul+ports@it.ca> |