diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-19 19:42:01 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-19 19:42:01 +0000 |
commit | 1db50fb71a7107e7746d62f1e189fe836628f22d (patch) | |
tree | eaa29fd781a8016e3b9505bb0ef908c62ef97771 /www/elinks/Makefile | |
parent | 8666bfd04d16a3c1e217f9fe13da4818b878eb8d (diff) | |
download | FreeBSD-ports-1db50fb71a7107e7746d62f1e189fe836628f22d.zip FreeBSD-ports-1db50fb71a7107e7746d62f1e189fe836628f22d.tar.gz |
upgrade to 0.3.2
PR: 38302
Submitted by: maintainer
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index f4ff8dc..1ed0299 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= elinks -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.2 CATEGORIES= www MASTER_SITES= http://elinks.pld.org.pl/download/ @@ -16,7 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-prefix=e USE_GMAKE= yes USE_BZIP2= yes -WRKSRC= ${WRKDIR}/elinks-20020302 MAN1= elinks.1 |