diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-12-18 14:13:11 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2013-12-18 14:13:11 +0000 |
commit | 2435e7b87d6929545488431d5976469034f8f83e (patch) | |
tree | d53d00b770923e4db34eda20fcbce5702be7a3c3 | |
parent | ccc8d23eaf9b1b03801d9d6b555d74a00c02fa0c (diff) | |
download | ports-2435e7b87d6929545488431d5976469034f8f83e.tar.gz ports-2435e7b87d6929545488431d5976469034f8f83e.zip |
Notes
-rw-r--r-- | www/surfraw/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index b749e0fe960e..9b019b3bfb76 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= surfraw -PORTVERSION= 2.2.8 +PORTVERSION= 2.2.9 CATEGORIES= www MASTER_SITES= http://surfraw.alioth.debian.org/dist/ @@ -9,8 +9,7 @@ MAINTAINER= jadawin@FreeBSD.org COMMENT= Command line interface to popular WWW search engines GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= perl5 +USES= perl5 gmake post-patch: .SILENT ${REINPLACE_CMD} '\|xdg/surfraw|d' ${WRKSRC}/Makefile.in |