mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Use ${PERL} instead /usr/bin/perl
- Add more one MASTER_SITES - Update COMMENT - Bump PORTREVISION PR: 93584 Submitted by: maintainer
This commit is contained in:
parent
0bcfd8caaa
commit
e39124cb50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156488
2 changed files with 13 additions and 6 deletions
|
@ -7,20 +7,28 @@
|
||||||
|
|
||||||
PORTNAME= xmlprpr
|
PORTNAME= xmlprpr
|
||||||
PORTVERSION= 1.32
|
PORTVERSION= 1.32
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://software.decisionsoft.com/software/
|
MASTER_SITES= http://software.decisionsoft.com/software/ \
|
||||||
|
http://www.it.ca/~paul/src/
|
||||||
DISTFILES= xmlpp.pl
|
DISTFILES= xmlpp.pl
|
||||||
EXTRACT_ONLY=
|
|
||||||
|
|
||||||
MAINTAINER= paul+ports@it.ca
|
MAINTAINER= paul+ports@it.ca
|
||||||
COMMENT= A XML pretty printer
|
COMMENT= An XML pretty printer
|
||||||
|
|
||||||
USE_PERL5= yes
|
USE_PERL5= yes
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
PLIST_FILES= bin/xmlprpr
|
PLIST_FILES= bin/xmlprpr
|
||||||
|
|
||||||
|
do-extract:
|
||||||
|
@${MKDIR} ${WRKSRC}
|
||||||
|
@${CP} -f ${_DISTDIR}/${_DISTFILES} ${WRKSRC}
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e '1s:/usr/bin/perl:${PERL}:' ${WRKSRC}/xmlpp.pl
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${_DISTDIR}/${_DISTFILES} ${PREFIX}/bin/xmlprpr
|
${INSTALL_SCRIPT} ${WRKSRC}/xmlpp.pl ${PREFIX}/bin/xmlprpr
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -9,5 +9,4 @@ renamed so as not to conflict with an xmlpp already in the ports tree.
|
||||||
|
|
||||||
WWW: http://software.decisionsoft.com/tools.html
|
WWW: http://software.decisionsoft.com/tools.html
|
||||||
|
|
||||||
- Paul Chvostek
|
- Paul Chvostek <paul+ports@it.ca>
|
||||||
paul+ports@it.ca
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue