diff options
author | thierry <thierry@FreeBSD.org> | 2004-09-24 13:21:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-09-24 13:21:27 +0800 |
commit | 2d7d41b26636f0436d773f269ca87ed56364de5c (patch) | |
tree | 768ac8c7a8c04d47492783b4904603265d15c52e /x11 | |
parent | 1b996c179389e8206774863cfa708f343a34ef7c (diff) | |
download | freebsd-ports-gnome-2d7d41b26636f0436d773f269ca87ed56364de5c.tar.gz freebsd-ports-gnome-2d7d41b26636f0436d773f269ca87ed56364de5c.tar.zst freebsd-ports-gnome-2d7d41b26636f0436d773f269ca87ed56364de5c.zip |
Actually use MASTER_SITE_SUBDIR and make fetchable again.
Noticed by: Joshua Tinnin
Approved by: portmgr (marcus).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index f2e00d0bff79..20e39a827f6a 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -8,7 +8,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 3.9 CATEGORIES= x11 -MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/ +MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic MAINTAINER= thierry@FreeBSD.org |