diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-13 03:37:16 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-13 03:37:16 +0800 |
commit | 7d5e1cb3a7e4ce1f47797dba9c2b26bae3f1c754 (patch) | |
tree | 2feef0079da3502921d7c87a0b6a20f1a676820d /www/tidy-devel | |
parent | fdd6a926ec53ee838e941b58341bd0d4a7cdd924 (diff) | |
download | freebsd-ports-gnome-7d5e1cb3a7e4ce1f47797dba9c2b26bae3f1c754.tar.gz freebsd-ports-gnome-7d5e1cb3a7e4ce1f47797dba9c2b26bae3f1c754.tar.zst freebsd-ports-gnome-7d5e1cb3a7e4ce1f47797dba9c2b26bae3f1c754.zip |
Upgrade to the latest snapshot + some cleaning.
Diffstat (limited to 'www/tidy-devel')
-rw-r--r-- | www/tidy-devel/Makefile | 21 | ||||
-rw-r--r-- | www/tidy-devel/distinfo | 8 |
2 files changed, 11 insertions, 18 deletions
diff --git a/www/tidy-devel/Makefile b/www/tidy-devel/Makefile index 35ea48b47237..1cf0a01ee942 100644 --- a/www/tidy-devel/Makefile +++ b/www/tidy-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= tidy -PORTVERSION= 040806 +PORTVERSION= 040811 CATEGORIES= www MASTER_SITES= http://tidy.sourceforge.net/src/%SUBDIR%/ \ http://tidy.sourceforge.net/docs/:docs @@ -43,11 +43,10 @@ MAN1= tidy.1 .endif .if !defined(NOPORTDOCS) -DOCVER= 040802 +DOCVER= 040810 DISTFILES+= tidy_docs_${DOCVER}${EXTRACT_SUFX}:docs DOCFILES= Overview.html faq.html grid.gif pending.html \ quickref.html release-notes.html tidy.css tidy.gif -APIEXT= css html js png .endif post-patch: @@ -63,11 +62,11 @@ patch-autotools: && ${LIBTOOLIZE} --force --copy \ && ${ACLOCAL}) @(cd ${PATCH_WRKSRC}; \ - for file in ${LIBTOOLFILES}; do \ - ${CP} $$file $$file.tmp; \ + for ltf in ${LIBTOOLFILES}; do \ + ${CP} $$ltf $$ltf.tmp; \ ${SED} -e "s^\$$ac_aux_dir/ltconfig^${LTCONFIG}^g" \ -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \ - $$file.tmp > $$file; \ + $$ltf.tmp > $$ltf; \ done); .endif @@ -89,15 +88,9 @@ post-install: .endif .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" - @${MKDIR} ${DOCSDIR} -.for docfile in ${DOCFILES} - @${INSTALL_MAN} ${WRKSRC}/htmldoc/${docfile} ${DOCSDIR} -.endfor @${MKDIR} ${DOCSDIR}/api -.for ext in ${APIEXT} - @${CP} -p ${WRKSRC}/htmldoc/api/*.${ext} ${DOCSDIR}/api -.endfor - @${CHOWN} -R ${MANOWN}:${MANGRP} ${DOCSDIR}/api + @${INSTALL_DATA} ${DOCFILES:S|^|${WRKSRC}/htmldoc/|} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/htmldoc/api/* ${DOCSDIR}/api @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif diff --git a/www/tidy-devel/distinfo b/www/tidy-devel/distinfo index a82d5ee51b4a..4e54f45f3635 100644 --- a/www/tidy-devel/distinfo +++ b/www/tidy-devel/distinfo @@ -1,4 +1,4 @@ -MD5 (tidy_src_040806.tgz) = 3a19c40fbd96fd6f6783668a1e6c59d6 -SIZE (tidy_src_040806.tgz) = 244076 -MD5 (tidy_docs_040802.tgz) = 1314ee1e2840d258a0af51eb701853cc -SIZE (tidy_docs_040802.tgz) = 153045 +MD5 (tidy_src_040811.tgz) = 355c67ae6e81959189a358df3f7122f5 +SIZE (tidy_src_040811.tgz) = 244076 +MD5 (tidy_docs_040810.tgz) = 04338149bdd3e10753101bc5dff8acd8 +SIZE (tidy_docs_040810.tgz) = 153044 |