From ef94f48a8bdd4872c692557c4716f81c67951fec Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 3 Jan 2005 09:45:09 +0000 Subject: [PATCH] Fix MASTER_SITES. Approved by: portmgr (implicit) --- ftp/wput/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index 81805d5a21ab..85382b770ca5 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -8,7 +8,9 @@ PORTNAME= wput PORTVERSION= 0.5 CATEGORIES= ftp -MASTER_SITES= http://itooktheredpill.dyndns.org/wput/ +MASTER_SITES= http://itooktheredpill.dyndns.org/wput/ \ + ${MASTER_SITE_GENTOO} +MASTER_SITE_SUBDIR=distfiles EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru