Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 11:11:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313703 - head/www/httrack
Message-ID:  <201303091111.r29BBrmS025666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  9 11:11:53 2013
New Revision: 313703
URL: http://svnweb.freebsd.org/changeset/ports/313703

Log:
  - Cleanup Makefile header
  - Cosmetic change
  - Reformat pkg-descr

Modified:
  head/www/httrack/Makefile
  head/www/httrack/pkg-descr   (contents, props changed)

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Sat Mar  9 10:59:44 2013	(r313702)
+++ head/www/httrack/Makefile	Sat Mar  9 11:11:53 2013	(r313703)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	httrack
-# Date created:		Sun Jun 17 10:28:52 CEST 2001
-# Whom:			Dirk Froemberg <dirk@FreeBSD.org>
-#
+# Created by: Dirk Froemberg <dirk@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	httrack
 PORTVERSION=	3.46.1
@@ -33,12 +29,9 @@ MAN1=		htsserver.1 httrack.1 proxytrack.
 .include <bsd.port.options.mk>
 
 post-patch:
-	@${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' \
-		${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/DEFAULT_CFLAGS=/ s|-O -g3 ||g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e '/ install-data-hook/d' ${WRKSRC}/html/Makefile.in
-	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \
-		${WRKSRC}/html/server/div/WebHTTrack.desktop \
-		${WRKSRC}/html/server/div/WebHTTrack-Websites.desktop
+	@${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/html/server/div/WebHTTrack*
 .if empty(PORT_OPTIONS:MDOCS)
 	@${REINPLACE_CMD} -e '/^SUBDIRS = / s| html||' ${WRKSRC}/Makefile.in
 .endif

Modified: head/www/httrack/pkg-descr
==============================================================================
--- head/www/httrack/pkg-descr	Sat Mar  9 10:59:44 2013	(r313702)
+++ head/www/httrack/pkg-descr	Sat Mar  9 11:11:53 2013	(r313703)
@@ -1,13 +1,11 @@
-HTTrack is an easy-to-use offline browser utility. It allows you
-to download a World Wide website from the Internet to a local
-directory, building recursively all directories, getting html,
-images, and other files from the server to your computer. HTTrack
-arranges the original site's relative link-structure. Simply open
-a page of the "mirrored" website in your browser, and you can browse
-the site from link to link, as if you were viewing it online.
+HTTrack is an easy-to-use offline browser utility. It allows you to download a
+World Wide website from the Internet to a local directory, building recursively
+all directories, getting html, images, and other files from the server to your
+computer. HTTrack arranges the original site's relative link-structure. Simply
+open a page of the "mirrored" website in your browser, and you can browse the
+site from link to link, as if you were viewing it online.
 
-HTTrack can also update an existing mirrored site, and resume
-interrupted downloads. HTTrack is fully configurable, and has an
-integrated help system.
+HTTrack can also update an existing mirrored site, and resume interrupted
+downloads. HTTrack is fully configurable, and has an integrated help system.
 
 WWW: http://www.httrack.com/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303091111.r29BBrmS025666>