diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-05 07:43:29 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-05 07:43:29 +0000 |
commit | 8f8bd897670de6696a69f4db18c42899e5aee976 (patch) | |
tree | ef0e78c2e23a9d00d85a1f36cf6f0aa151d712d6 /www/httrack/Makefile | |
parent | 0b89e584125530dbedb745f74be9a6ab9d72e20c (diff) |
Notes
Diffstat (limited to 'www/httrack/Makefile')
-rw-r--r-- | www/httrack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 0ca7a253fdd6..040717160c4a 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -6,13 +6,14 @@ # PORTNAME= httrack -PORTVERSION= 3.10 +PORTVERSION= 3.16.2 CATEGORIES= www MASTER_SITES= http://www.httrack.com/ +DISTNAME= httrack-3.16-2 MAINTAINER= dirk@FreeBSD.org -WRKSRC= ${WRKDIR}/${DISTNAME}/src +WRKSRC= ${WRKDIR}/httrack-3.16/src USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ENV= PREFIX=${PREFIX} BINPATH=${PREFIX}/bin |