- rename tiny to tiny4

- remove CONFLICTS
Feature safe:	yes
This commit is contained in:
Dirk Meyer 2011-11-24 05:31:11 +00:00
parent 0e92693081
commit 6ba5397d51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286333
2 changed files with 11 additions and 10 deletions

View File

@ -5,34 +5,35 @@
# $FreeBSD$
#
PORTNAME= tidy
PORTNAME= tidy4
PORTVERSION= 20000804
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.w3.org/People/Raggett/
DISTNAME= tidy4aug00
EXTRACT_SUFX= .tgz
CONFLICTS= tidy-devel-[0-9]* tidy-lib-[0-9]*
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Fixes and tidies up HTML files
LICENSE= BSD
LICENSE_FILE= ${FILESDIR}/COPYRIGHT
MAN1= tidy.1
MAN1= tidy4.1
ALL_TARGET= tidy
DOCFILES= Overview.html tidy.gif release-notes.html grid.gif
do-configure:
${REINPLACE_CMD} -e 's|tidy|tidy4|' ${WRKSRC}/man_page.txt
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy
@${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy.1
@${INSTALL_PROGRAM} ${WRKSRC}/tidy ${PREFIX}/bin/tidy4
@${INSTALL_MAN} ${WRKSRC}/man_page.txt ${PREFIX}/man/man1/tidy4.1
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documentation for ${PKGNAME}"
@${MKDIR} ${PREFIX}/share/doc/tidy
@${MKDIR} ${DOCSDIR}
.for docfile in ${DOCFILES}
@${INSTALL_MAN} ${WRKSRC}/${docfile} ${PREFIX}/share/doc/tidy
@${INSTALL_MAN} ${WRKSRC}/${docfile} ${DOCSDIR}/
.endfor
.endif

View File

@ -1,4 +1,4 @@
bin/tidy
bin/tidy4
%%PORTDOCS%%%%DOCSDIR%%/Overview.html
%%PORTDOCS%%%%DOCSDIR%%/grid.gif
%%PORTDOCS%%%%DOCSDIR%%/release-notes.html