aboutsummaryrefslogtreecommitdiff
path: root/www/httrack/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-21 17:06:38 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-21 17:06:38 +0000
commitf1c0ae87d71a005d38dcf14f77d1877060f6998c (patch)
tree73bbe5ab618eac48801f17abaed4cb89f5446f93 /www/httrack/Makefile
parent59171d95d8b1c0a0a334b056a269e566b1230634 (diff)
downloadports-f1c0ae87d71a005d38dcf14f77d1877060f6998c.tar.gz
ports-f1c0ae87d71a005d38dcf14f77d1877060f6998c.zip
Upgrade to 3.10.
Notes
Notes: svn path=/head/; revision=51931
Diffstat (limited to 'www/httrack/Makefile')
-rw-r--r--www/httrack/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile
index 312b5e419377..0ca7a253fdd6 100644
--- a/www/httrack/Makefile
+++ b/www/httrack/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= httrack
-PORTVERSION= 3.05
+PORTVERSION= 3.10
CATEGORIES= www
MASTER_SITES= http://www.httrack.com/
@@ -16,8 +16,12 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_GMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= PREFIX=${PREFIX} BINPATH=${PREFIX}/bin
+INSTALLS_SHLIB= yes
.if defined(NOPORTDOCS)
INSTALL_TARGET= bininstall
.endif
+post-install:
+ ${LN} -sf libhttrack.so.1 ${PREFIX}/lib/libhttrack.so
+
.include <bsd.port.mk>