diff options
author | krion <krion@FreeBSD.org> | 2005-01-03 17:45:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-03 17:45:09 +0800 |
commit | 30b91a5a15ec4f28242991da6b0d3d5307323b54 (patch) | |
tree | c4fb57b09e4523bc64300df58418b90c55b02271 /ftp/wput | |
parent | f4c4ee067db6460b5b618f97b713bf021df13e03 (diff) | |
download | freebsd-ports-gnome-30b91a5a15ec4f28242991da6b0d3d5307323b54.tar.gz freebsd-ports-gnome-30b91a5a15ec4f28242991da6b0d3d5307323b54.tar.zst freebsd-ports-gnome-30b91a5a15ec4f28242991da6b0d3d5307323b54.zip |
Fix MASTER_SITES.
Approved by: portmgr (implicit)
Diffstat (limited to 'ftp/wput')
-rw-r--r-- | ftp/wput/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |