diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 09:39:35 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-07 09:39:35 +0000 |
commit | afaf02a2c18b5dee868abe7a1276b2a858143052 (patch) | |
tree | 061aed4376835a650f216731ccce37b2994fa89e /textproc/xmldiff | |
parent | 74c8814c7a400e789a22d3690e89c40113b44cfc (diff) |
Notes
Diffstat (limited to 'textproc/xmldiff')
-rw-r--r-- | textproc/xmldiff/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/textproc/xmldiff/Makefile b/textproc/xmldiff/Makefile index 9ab9b907a805..b456e3f68c30 100644 --- a/textproc/xmldiff/Makefile +++ b/textproc/xmldiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmldiff -# Date created: Sun Oct 9 10:33:37 EDT 2005 -# Whom: Paul Chvostek <paul+ports@it.ca> -# +# Created by: Paul Chvostek <paul+ports@it.ca> # $FreeBSD$ -# PORTNAME= xmldiff PORTVERSION= 0.01 @@ -18,17 +14,18 @@ COMMENT= Display meaningful differences between XML files RUN_DEPENDS= xmlprpr:${PORTSDIR}/textproc/xmlprpr +USES= shebangfix USE_PERL5= yes NO_BUILD= yes + +SHEBANG_FILES= xmldiff.pl + PLIST_FILES= bin/xmldiff 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 |