diff options
author | steve <steve@FreeBSD.org> | 1999-01-26 12:00:51 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-26 12:00:51 +0800 |
commit | b22d7f474bc38d5ba117e9b1d4c20cd07eb004fd (patch) | |
tree | 21cf33227362ccc663c6bcc8f23204181b0888c6 /www | |
parent | 303a5a6e927607f3fe07c290daa1bbf8ba6cc470 (diff) | |
download | freebsd-ports-gnome-b22d7f474bc38d5ba117e9b1d4c20cd07eb004fd.tar.gz freebsd-ports-gnome-b22d7f474bc38d5ba117e9b1d4c20cd07eb004fd.tar.zst freebsd-ports-gnome-b22d7f474bc38d5ba117e9b1d4c20cd07eb004fd.zip |
Urk, remove FETCH_BEFORE_ARGS that snuck in. Just because I have a
broken firewall to go through doesn't mean everybody else does too. :)
Diffstat (limited to 'www')
-rw-r--r-- | www/libwww/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile index b9bad59aba52..e59fc1323315 100644 --- a/www/libwww/Makefile +++ b/www/libwww/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Feb 1996 # Whom: torstenb # -# $Id: Makefile,v 1.13 1998/11/02 02:48:27 jseger Exp $ +# $Id: Makefile,v 1.14 1999/01/26 03:00:34 steve Exp $ # PKGNAME= libwww-5.2.1 @@ -13,7 +13,6 @@ MASTER_SITES= http://www.w3.org/Library/Distribution/ MAINTAINER= jseger@FreeBSD.org -FETCH_BEFORE_ARGS= -b GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared --enable-static |