diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-09-19 11:15:01 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-09-19 11:15:01 +0000 |
commit | 88cf70450578885b63dfea8117592a14eb9533b4 (patch) | |
tree | 8e01e4cf271e15c2c69c5340565ee7c3de13664d /www/httrack/Makefile | |
parent | 5ccc3bf3dbf87d23a747341eace7e8e4a109033d (diff) |
Notes
Diffstat (limited to 'www/httrack/Makefile')
-rw-r--r-- | www/httrack/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index e92ae993554e..51b7965b0a44 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -6,21 +6,23 @@ # PORTNAME= httrack -PORTVERSION= 3.20.b.7 +PORTVERSION= 3.20.2 CATEGORIES= www MASTER_SITES= http://www.httrack.com/ -DISTNAME= httrack-3.20RC7 +DISTNAME= httrack-3.20-2 MAINTAINER= dirk@FreeBSD.org WRKSRC= ${WRKDIR}/httrack-3.20/src USE_GMAKE= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --nouseftime +CONFIGURE_ARGS= --nouseftime --noinaddrt CONFIGURE_ENV= PREFIX=${PREFIX} BINPATH=${PREFIX}/bin INSTALLS_SHLIB= yes .if defined(NOPORTDOCS) -INSTALL_TARGET= bininstall +INSTALL_TARGET= bininstall libinstall config +.else +INSTALL_TARGET= install config .endif post-install: |