diff options
author | steve <steve@FreeBSD.org> | 2001-12-25 05:56:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-12-25 05:56:38 +0800 |
commit | 1df5ce21954ea3ef81c14119d3f7d6d21ca9783e (patch) | |
tree | 8cd66d4a96290d26d1b64561576ca1429a979220 /textproc | |
parent | c233e5e4330233a366dac97d4142bff62b909c9a (diff) | |
download | freebsd-ports-gnome-1df5ce21954ea3ef81c14119d3f7d6d21ca9783e.tar.gz freebsd-ports-gnome-1df5ce21954ea3ef81c14119d3f7d6d21ca9783e.tar.zst freebsd-ports-gnome-1df5ce21954ea3ef81c14119d3f7d6d21ca9783e.zip |
Set FETCH_CMD=/usr/bin/fetch since the MASTER_SITE wants to do a redirect
to set a session cookie.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xmlpp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index 0681cef292b6..b9a14c882c23 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= http://www.root.at/download/gpl/ MAINTAINER= ports@FreeBSD.org +FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes USE_LIBTOOL= yes |