diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-05-22 15:44:31 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-05-22 15:44:31 +0800 |
commit | 5b627ba7a28775c8f08670df65680ea65182c5c3 (patch) | |
tree | da461470c78e89e50436f4088f14b1f5af91e4a2 | |
parent | 67c1a918a5ddbb6a6f89d492d946ec8458731e68 (diff) | |
download | freebsd-ports-gnome-5b627ba7a28775c8f08670df65680ea65182c5c3.tar.gz freebsd-ports-gnome-5b627ba7a28775c8f08670df65680ea65182c5c3.tar.zst freebsd-ports-gnome-5b627ba7a28775c8f08670df65680ea65182c5c3.zip |
Make distfile fetchable again.
Submitted by: bento
-rw-r--r-- | www/horde2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index e3f979808e0e..8faf5aba0f1e 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -8,7 +8,8 @@ PORTNAME= horde PORTVERSION= 2.1 CATEGORIES= www -MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ +MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net |